davanstrien HF Staff commited on
Commit
4c0e93e
·
1 Parent(s): afebd23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,4 +132,4 @@ with gr.Blocks() as demo:
132
  gallery = gr.Gallery()
133
  button.click(predict_subset, [model_id, token], [gallery, plot])
134
 
135
- demo.launch(enable_queue=True, debug=True)
 
132
  gallery = gr.Gallery()
133
  button.click(predict_subset, [model_id, token], [gallery, plot])
134
 
135
+ demo.launch(enable_queue=True)