jaimin commited on
Commit
5bfd0c2
1 Parent(s): a9dc61e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ demo = gr.Interface(return_output, inputs=[gr.inputs.Textbox(label="Text", optio
82
  outputs=[gr.outputs.Textbox(label="Summary")])
83
 
84
  if __name__ == "__main__":
85
- demo.launch(debug=True)
 
82
  outputs=[gr.outputs.Textbox(label="Summary")])
83
 
84
  if __name__ == "__main__":
85
+ demo.launch()