Spaces:
Running
Running
Update app.py
Browse filesapp.queue()
app.launch(share=False, debug=True, show_error=True)
app.py
CHANGED
@@ -77,4 +77,5 @@ with gr.Blocks(title="Face Shine") as app:
|
|
77 |
with gr.Row():
|
78 |
gr.HTML(footer)
|
79 |
|
80 |
-
app.
|
|
|
|
77 |
with gr.Row():
|
78 |
gr.HTML(footer)
|
79 |
|
80 |
+
app.queue()
|
81 |
+
app.launch(share=False, debug=True, show_error=True)
|