zerostratos commited on
Commit
a0ceaf4
·
verified ·
1 Parent(s): 007f9a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ demo = gr.ChatInterface(
47
  )
48
 
49
  if __name__ == "__main__":
50
- demo.launch()
 
47
  )
48
 
49
  if __name__ == "__main__":
50
+ demo.launch(share = True)