Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -417,7 +417,7 @@ with gr.Blocks(css=css) as demo:
|
|
417 |
demo.load(queue=False)
|
418 |
|
419 |
|
420 |
-
demo.queue(
|
421 |
|
422 |
if __name__ == "__main__":
|
423 |
demo.launch(share=True)
|
|
|
417 |
demo.load(queue=False)
|
418 |
|
419 |
|
420 |
+
demo.queue()
|
421 |
|
422 |
if __name__ == "__main__":
|
423 |
demo.launch(share=True)
|