srinivas-mushroom commited on
Commit
84a890c
1 Parent(s): 3c52bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def gradio_interface(prompt, history=[]):
21
 
22
  gr.Interface(fn = gradio_interface,
23
  inputs = ["text", 'state'],
24
- outputs = ["chatbot", 'state']).launch(debug = False, share=True)
 
21
 
22
  gr.Interface(fn = gradio_interface,
23
  inputs = ["text", 'state'],
24
+ outputs = ["chatbot", 'state']).launch(debug = False)