Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
f086dd7
1
Parent(s):
feeb62f
Update app.py
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ with block:
|
|
126 |
|
127 |
gr.Markdown("This demo shows the ultra fast option in the TorToiSe system. For more info check the <a href='https://github.com/neonbjb/tortoise-tts' target='_blank'>Repository</a>.",)
|
128 |
|
129 |
-
block.launch(enable_queue=True)
|
|
|
126 |
|
127 |
gr.Markdown("This demo shows the ultra fast option in the TorToiSe system. For more info check the <a href='https://github.com/neonbjb/tortoise-tts' target='_blank'>Repository</a>.",)
|
128 |
|
129 |
+
block.launch(debug=True, enable_queue=True)
|