kasim90 commited on
Commit
5d86404
Β·
verified Β·
1 Parent(s): 0693177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ demo = gr.ChatInterface(
25
  )
26
 
27
  if __name__ == "__main__":
28
- demo.launch(ssr=False)
29
 
30
  #--------------------
31
 
 
25
  )
26
 
27
  if __name__ == "__main__":
28
+ demo.launch(share=True)
29
 
30
  #--------------------
31