Rausda6 commited on
Commit
02c2237
·
verified ·
1 Parent(s): d048b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -439,7 +439,8 @@ def main():
439
  show_progress=True
440
  )
441
 
442
- demo.launch(ssr_mode=False)
 
443
 
444
  if __name__ == "__main__":
445
  main()
 
439
  show_progress=True
440
  )
441
 
442
+ demo.queue()
443
+ demo.launch(share=True)
444
 
445
  if __name__ == "__main__":
446
  main()