Mandar Patil commited on
Commit
e5f7946
·
1 Parent(s): a9032a2

updated app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ def predict(input,initial_prompt, history=[]):
37
  gr.Interface(fn=predict,
38
  inputs=["text","text",'state'],
39
 
40
- outputs=["chatbot",'state']).launch(debug = True, share = True)
41
 
 
37
  gr.Interface(fn=predict,
38
  inputs=["text","text",'state'],
39
 
40
+ outputs=["chatbot",'state']).launch()
41