Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css = "custom.css") as demo:
|
|
126 |
)
|
127 |
|
128 |
demo.queue()
|
129 |
-
demo.launch()
|
130 |
|
131 |
'''
|
132 |
from gradio_client import Client
|
|
|
126 |
)
|
127 |
|
128 |
demo.queue()
|
129 |
+
demo.launch(enable_queue = True)
|
130 |
|
131 |
'''
|
132 |
from gradio_client import Client
|