Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
2fce1e5
1
Parent(s):
1256bad
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,6 @@ iface = gr.Interface(
|
|
72 |
article="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>.",
|
73 |
enable_queue=True,
|
74 |
examples=examples,
|
75 |
-
cache_examples=True,
|
76 |
)
|
77 |
|
78 |
-
iface.launch()
|
|
|
72 |
article="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>.",
|
73 |
enable_queue=True,
|
74 |
examples=examples,
|
|
|
75 |
)
|
76 |
|
77 |
+
iface.launch(cache_examples=True)
|