muhtasham commited on
Commit
626fbaf
1 Parent(s): 6c39a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ with gr.Blocks() as demo:
69
  speech_to_text.click(speech_to_text, inputs=audio_file, outputs=text)
70
  get_image_latent.click(text2image_latent, inputs=[text, steps, width, height, images, diversity], outputs=gallery)
71
 
72
- demo.launch()
 
69
  speech_to_text.click(speech_to_text, inputs=audio_file, outputs=text)
70
  get_image_latent.click(text2image_latent, inputs=[text, steps, width, height, images, diversity], outputs=gallery)
71
 
72
+ demo.launch(enable_queue=True, debug=True)