ArnabDeo commited on
Commit
6a4244d
·
verified ·
1 Parent(s): 835304a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -812,7 +812,7 @@ if __name__ == "__main__":
812
  demo.queue(max_size=20)
813
 
814
  demo.launch(
815
- share=False, # Set to True for public sharing
816
  server_name="0.0.0.0",
817
  server_port=7860,
818
  show_error=True,
 
812
  demo.queue(max_size=20)
813
 
814
  demo.launch(
815
+ share=True, # Set to True for public sharing
816
  server_name="0.0.0.0",
817
  server_port=7860,
818
  show_error=True,