Spaces:
Runtime error
Runtime error
Commit
·
a430594
1
Parent(s):
e88bb31
Remove commented-out main function call in app.py
Browse files
app.py
CHANGED
|
@@ -336,9 +336,6 @@ def main(input_file: str, seed: int = 12345) -> Tuple[str, list]:
|
|
| 336 |
|
| 337 |
return final_file, output_files
|
| 338 |
|
| 339 |
-
# main("/home/morashad/projects/UniRig/UniRig/tmp/base_basic_pbr_12345/base_basic_pbr_skeleton.glb", "Skinning Only", 1234)
|
| 340 |
-
# exit()
|
| 341 |
-
|
| 342 |
def create_app():
|
| 343 |
"""Create and configure the Gradio interface."""
|
| 344 |
|
|
|
|
| 336 |
|
| 337 |
return final_file, output_files
|
| 338 |
|
|
|
|
|
|
|
|
|
|
| 339 |
def create_app():
|
| 340 |
"""Create and configure the Gradio interface."""
|
| 341 |
|