Merge branch 'main' of github.com:SparkAudio/Spark-TTS
Browse files
webui.py
CHANGED
@@ -188,5 +188,5 @@ def build_ui(model_dir, device=0):
|
|
188 |
|
189 |
|
190 |
if __name__ == "__main__":
|
191 |
-
demo = build_ui(model_dir="pretrained_models/Spark-TTS-0.5B", device=
|
192 |
-
demo.launch()
|
|
|
188 |
|
189 |
|
190 |
if __name__ == "__main__":
|
191 |
+
demo = build_ui(model_dir="pretrained_models/Spark-TTS-0.5B", device=0)
|
192 |
+
demo.launch(server_name="0.0.0.0")
|