Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -406,4 +406,5 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
| 406 |
|
| 407 |
# Launch configuration
|
| 408 |
if __name__ == "__main__":
|
|
|
|
| 409 |
demo.launch()
|
|
|
|
| 406 |
|
| 407 |
# Launch configuration
|
| 408 |
if __name__ == "__main__":
|
| 409 |
+
demo.queue()
|
| 410 |
demo.launch()
|