anirudhs commited on
Commit
2f75873
·
verified ·
1 Parent(s): 9185ee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def main():
72
  show_progress="bar"
73
  )
74
 
75
- demo.queue().launch()
76
 
77
 
78
  if __name__ == "__main__":
 
72
  show_progress="bar"
73
  )
74
 
75
+ demo.queue().launch(share = True)
76
 
77
 
78
  if __name__ == "__main__":