Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -602,7 +602,7 @@ def parse_args():
|
|
| 602 |
default="checkpoints/fish-speech-1.4/firefly-gan-vq-fsq-8x1024-21hz-generator.pth",
|
| 603 |
)
|
| 604 |
parser.add_argument("--decoder-config-name", type=str, default="firefly_gan_vq")
|
| 605 |
-
parser.add_argument("--device", type=str, default="
|
| 606 |
parser.add_argument("--half", action="store_true")
|
| 607 |
parser.add_argument("--compile", action="store_true",default=True)
|
| 608 |
parser.add_argument("--max-gradio-length", type=int, default=0)
|
|
|
|
| 602 |
default="checkpoints/fish-speech-1.4/firefly-gan-vq-fsq-8x1024-21hz-generator.pth",
|
| 603 |
)
|
| 604 |
parser.add_argument("--decoder-config-name", type=str, default="firefly_gan_vq")
|
| 605 |
+
parser.add_argument("--device", type=str, default="cpu")
|
| 606 |
parser.add_argument("--half", action="store_true")
|
| 607 |
parser.add_argument("--compile", action="store_true",default=True)
|
| 608 |
parser.add_argument("--max-gradio-length", type=int, default=0)
|