dkmanika commited on
Commit
92ac326
·
verified ·
1 Parent(s): 08cbb10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,4 +262,4 @@ demo = gr.ChatInterface(
262
  )
263
 
264
  if __name__ == "__main__":
265
- demo.launch()
 
262
  )
263
 
264
  if __name__ == "__main__":
265
+ demo.launch(share=True)