Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -172,7 +172,6 @@ with gr.Blocks(css=css) as demo:
|
|
172 |
inputs=[content_and_output, style_dropdown]
|
173 |
)
|
174 |
|
175 |
-
# disable queue
|
176 |
demo.queue = False
|
177 |
demo.config['queue'] = False
|
178 |
demo.launch(show_api=False)
|
|
|
172 |
inputs=[content_and_output, style_dropdown]
|
173 |
)
|
174 |
|
|
|
175 |
demo.queue = False
|
176 |
demo.config['queue'] = False
|
177 |
demo.launch(show_api=False)
|