Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -628,4 +628,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 628 |
)
|
| 629 |
|
| 630 |
if __name__ == "__main__":
|
| 631 |
-
demo.launch(i18n=i18n, debug=True)
|
|
|
|
| 628 |
)
|
| 629 |
|
| 630 |
if __name__ == "__main__":
|
| 631 |
+
demo.queue().launch(i18n=i18n, debug=True, show_error=True)
|