Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ with gr.Blocks(css="footer {display: none}") as demo:
|
|
| 245 |
|
| 246 |
# Launch the app
|
| 247 |
if __name__ == "__main__":
|
| 248 |
-
demo.queue(max_size=5
|
| 249 |
demo.launch(
|
| 250 |
show_error=True,
|
| 251 |
share=False,
|
|
|
|
| 245 |
|
| 246 |
# Launch the app
|
| 247 |
if __name__ == "__main__":
|
| 248 |
+
demo.queue(max_size=5) # Increased timeout to 120 seconds
|
| 249 |
demo.launch(
|
| 250 |
show_error=True,
|
| 251 |
share=False,
|