Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -173,5 +173,8 @@ with gr.Blocks(css=css) as demo:
|
|
173 |
],
|
174 |
inputs=[content_and_output, style_dropdown, style_strength_slider, output_quality]
|
175 |
)
|
176 |
-
|
|
|
|
|
|
|
177 |
demo.launch(show_api=True, allowed_paths=['/tmp/gradio/'])
|
|
|
173 |
],
|
174 |
inputs=[content_and_output, style_dropdown, style_strength_slider, output_quality]
|
175 |
)
|
176 |
+
|
177 |
+
# disable queue
|
178 |
+
demo.queue = False
|
179 |
+
demo.config['queue'] = False
|
180 |
demo.launch(show_api=True, allowed_paths=['/tmp/gradio/'])
|