Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,4 +52,4 @@ with gr.Blocks(theme='abidlabs/dracula_revamped') as demo:
|
|
| 52 |
gr.HTML(footer)
|
| 53 |
|
| 54 |
# Launch the app with a longer timeout
|
| 55 |
-
|
|
|
|
| 52 |
gr.HTML(footer)
|
| 53 |
|
| 54 |
# Launch the app with a longer timeout
|
| 55 |
+
spaces.launch(demo, debug=True, timeout=600)
|