jamino30 commited on
Commit
de50edd
1 Parent(s): d7dfcb6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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/'])