sarangs commited on
Commit
7d350a1
·
1 Parent(s): 9440a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ gr.Interface(fn = chatbot,
28
  inputs = ["text",'state'],
29
  outputs = ["chatbot",'state'],
30
  title=title,
31
- description=description).launch(debug = True, share=True)
 
28
  inputs = ["text",'state'],
29
  outputs = ["chatbot",'state'],
30
  title=title,
31
+ description=description).launch()