Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
bfae475
1
Parent(s):
ad2aa2e
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ examples = [
|
|
| 99 |
["how are you doing this day", "freeman"]
|
| 100 |
]
|
| 101 |
|
| 102 |
-
block = gr.Blocks()
|
| 103 |
with block:
|
| 104 |
gr.Markdown("# TorToiSe")
|
| 105 |
gr.Markdown("A multi-voice TTS system trained with an emphasis on quality")
|
|
|
|
| 99 |
["how are you doing this day", "freeman"]
|
| 100 |
]
|
| 101 |
|
| 102 |
+
block = gr.Blocks(enable_queue=True)
|
| 103 |
with block:
|
| 104 |
gr.Markdown("# TorToiSe")
|
| 105 |
gr.Markdown("A multi-voice TTS system trained with an emphasis on quality")
|