aiwithankit commited on
Commit
3208e74
1 Parent(s): 2fc2673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ def random_response(message, history):
64
 
65
  demo = gr.ChatInterface(random_response)
66
  if __name__ == "__main__":
67
- demo.queue().launch(share=True)
 
64
 
65
  demo = gr.ChatInterface(random_response)
66
  if __name__ == "__main__":
67
+ demo.queue().launch(debug=True)