darshil3011 commited on
Commit
e6a1c6a
1 Parent(s): 6250a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,5 +74,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
74
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
75
 
76
 
77
- demo.launch(share=True, debug=True)
78
 
 
74
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
75
 
76
 
77
+ demo.launch(debug=True)
78