Corvius commited on
Commit
fecb2b1
Β·
verified Β·
1 Parent(s): 42fcbbc

issue smella

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ with gr.Blocks(theme='gradio/monochrome') as demo:
194
  stop_btn.click(stop_generation_func, inputs=[], outputs=[])
195
 
196
  if __name__ == "__main__":
197
- demo.launch()
 
194
  stop_btn.click(stop_generation_func, inputs=[], outputs=[])
195
 
196
  if __name__ == "__main__":
197
+ demo.launch(debug=True)