RefalMachine commited on
Commit
d8d19ad
·
verified ·
1 Parent(s): 0cd27a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ demo = gr.ChatInterface(
66
 
67
 
68
  if __name__ == "__main__":
69
- demo.launch()
 
66
 
67
 
68
  if __name__ == "__main__":
69
+ demo.launch(share=True)