cdnuts commited on
Commit
73fd68a
1 Parent(s): f3b1d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,4 +59,5 @@ demo = gr.Interface(
59
  inputs=[gr.Image(type="pil"), gr.Slider(minimum=0, maximum = 1, step = 0.01, value = 0.3)],
60
  outputs=["text"],
61
  )
 
62
  demo.launch(debug = True)
 
59
  inputs=[gr.Image(type="pil"), gr.Slider(minimum=0, maximum = 1, step = 0.01, value = 0.3)],
60
  outputs=["text"],
61
  )
62
+ demo.queue()
63
  demo.launch(debug = True)