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