Spaces:
Runtime error
Runtime error
Commit
Β·
b5562cb
1
Parent(s):
e3d8696
timeout
Browse files
app.py
CHANGED
|
@@ -268,6 +268,7 @@ text_to_audio_tab = gr.Interface(
|
|
| 268 |
outputs='audio',
|
| 269 |
cache_examples=False,
|
| 270 |
title='MMAudio β Text-to-Audio Synthesis',
|
|
|
|
| 271 |
)
|
| 272 |
|
| 273 |
if __name__ == "__main__":
|
|
|
|
| 268 |
outputs='audio',
|
| 269 |
cache_examples=False,
|
| 270 |
title='MMAudio β Text-to-Audio Synthesis',
|
| 271 |
+
timeout=600,
|
| 272 |
)
|
| 273 |
|
| 274 |
if __name__ == "__main__":
|