Spaces:
Running
Running
Update app.py
Browse filesapp.queue()
app.launch(share=False, debug=True, show_error=True)
app.py
CHANGED
@@ -51,4 +51,5 @@ with gr.Blocks(title="FBA Matting") as app:
|
|
51 |
with gr.Row():
|
52 |
gr.HTML(footer)
|
53 |
|
54 |
-
app.
|
|
|
|
51 |
with gr.Row():
|
52 |
gr.HTML(footer)
|
53 |
|
54 |
+
app.queue()
|
55 |
+
app.launch(share=False, debug=True, show_error=True)
|