crystalchen commited on
Commit
515043c
·
verified ·
1 Parent(s): f498ef6

Update app.py

Browse files

set gradio debug off

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -450,5 +450,5 @@ app = gr.Interface(fn=pipeline,
450
  description=description,
451
  examples=examples)
452
  app.queue()
453
- app.launch(debug=True, share=True)
454
- #app.launch()
 
450
  description=description,
451
  examples=examples)
452
  app.queue()
453
+ #app.launch(debug=True, share=True)
454
+ app.launch(share=True)