Spaces:
Running
on
Zero
Running
on
Zero
Update webui.py
Browse files
webui.py
CHANGED
|
@@ -189,5 +189,5 @@ def build_ui(model_dir, device=0):
|
|
| 189 |
|
| 190 |
|
| 191 |
if __name__ == "__main__":
|
| 192 |
-
demo = build_ui(model_dir="
|
| 193 |
demo.queue().launch()
|
|
|
|
| 189 |
|
| 190 |
|
| 191 |
if __name__ == "__main__":
|
| 192 |
+
demo = build_ui(model_dir=snapshot_download("SparkAudio/Spark-TTS-0.5B"), device=0)
|
| 193 |
demo.queue().launch()
|