hellorahulk commited on
Commit
219b5ce
1 Parent(s): 305b307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ outputs = [
19
 
20
  # Create the Gradio app
21
  iface = gr.Interface(fn=f, inputs="text", outputs=outputs, title="Competitor bot")
22
- iface.launch()
 
19
 
20
  # Create the Gradio app
21
  iface = gr.Interface(fn=f, inputs="text", outputs=outputs, title="Competitor bot")
22
+ iface.launch(debug=True)