Mandar Patil commited on
Commit
042d014
1 Parent(s): 48ed6c7

Add req file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ def predict(input,history=[]):
30
  return response, history
31
 
32
  demo = gr.Interface(fn=predict, inputs=["text",'state'], outputs=["chatbot",'state'])
33
- demo.launch(share=True)
 
30
  return response, history
31
 
32
  demo = gr.Interface(fn=predict, inputs=["text",'state'], outputs=["chatbot",'state'])
33
+ demo.launch()