thameem022 commited on
Commit
31ce339
·
verified ·
1 Parent(s): 215c7d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,6 +113,6 @@ chatbot = gr.ChatInterface(
113
  ],
114
  )
115
 
116
- # Launch the app
117
  if __name__ == "__main__":
118
- chatbot.launch()
 
113
  ],
114
  )
115
 
116
+ # Launch with public link
117
  if __name__ == "__main__":
118
+ chatbot.launch(share=True)