aieeshashafique commited on
Commit
1563e11
·
verified ·
1 Parent(s): ea19f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,5 +60,5 @@ demo = gr.ChatInterface(
60
 
61
 
62
  if __name__ == "__main__":
63
- demo.launch()
64
- #share.launch()
 
60
 
61
 
62
  if __name__ == "__main__":
63
+ demo.launch(share=True)
64
+