anzorq commited on
Commit
08e29b9
1 Parent(s): bced9d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -144,4 +144,5 @@ with gr.Blocks() as demo:
144
  scroll_to_output=True
145
  )
146
 
147
- demo.launch(debug=True, share=True)
 
 
144
  scroll_to_output=True
145
  )
146
 
147
+ demo.queue()
148
+ demo.launch()