Sebunya commited on
Commit
5e1198e
·
verified ·
1 Parent(s): 217a678

updated share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ iface = gr.ChatInterface(
91
  )
92
 
93
  if __name__ == "__main__":
94
- iface.launch()
95
 
 
91
  )
92
 
93
  if __name__ == "__main__":
94
+ iface.launch(share=True)
95