Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +3 -3
gradio_app.py
CHANGED
|
@@ -653,9 +653,9 @@ if __name__ == '__main__':
|
|
| 653 |
import argparse
|
| 654 |
|
| 655 |
parser = argparse.ArgumentParser()
|
| 656 |
-
parser.add_argument("--model_path", type=str, default='
|
| 657 |
-
parser.add_argument("--subfolder", type=str, default='
|
| 658 |
-
parser.add_argument("--texgen_model_path", type=str, default='
|
| 659 |
parser.add_argument('--port', type=int, default=7860)
|
| 660 |
parser.add_argument('--host', type=str, default='0.0.0.0')
|
| 661 |
parser.add_argument('--device', type=str, default='cuda')
|
|
|
|
| 653 |
import argparse
|
| 654 |
|
| 655 |
parser = argparse.ArgumentParser()
|
| 656 |
+
parser.add_argument("--model_path", type=str, default='tencent/Hunyuan3D-2')
|
| 657 |
+
parser.add_argument("--subfolder", type=str, default='hunyuan3d-dit-v2-0')
|
| 658 |
+
parser.add_argument("--texgen_model_path", type=str, default='tencent/Hunyuan3D-2')
|
| 659 |
parser.add_argument('--port', type=int, default=7860)
|
| 660 |
parser.add_argument('--host', type=str, default='0.0.0.0')
|
| 661 |
parser.add_argument('--device', type=str, default='cuda')
|