Deepak Sahu commited on
Commit
d0e60ec
·
1 Parent(s): 16929de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ textbox = gr.Textbox(label="Write random title", placeholder="The Man who knew",
61
  output = gr.Textbox(label="something")
62
  demo = gr.Interface(fn=get_recommendation, inputs=textbox, outputs=output)
63
 
64
- demo.launch(debug=True)
 
61
  output = gr.Textbox(label="something")
62
  demo = gr.Interface(fn=get_recommendation, inputs=textbox, outputs=output)
63
 
64
+ demo.launch()