Dacho688 commited on
Commit
90d640f
·
1 Parent(s): b225b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,4 +111,4 @@ demo = gr.ChatInterface(fn=chat, title="Resume Chatbot", description="Chat with
111
  stop_btn="Stop Generation", multimodal=False)
112
 
113
  if __name__ == "__main__":
114
- demo.launch(share=True)
 
111
  stop_btn="Stop Generation", multimodal=False)
112
 
113
  if __name__ == "__main__":
114
+ demo.launch()