matanninio commited on
Commit
994bf05
·
1 Parent(s): 292a922

demo sharing is caring

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ full_demo = None
95
  def main():
96
  global full_demo
97
  full_demo = create_application()
98
- full_demo.launch(show_error=True, share=False)
99
 
100
 
101
  if __name__ == "__main__":
 
95
  def main():
96
  global full_demo
97
  full_demo = create_application()
98
+ full_demo.launch(show_error=True, share=True)
99
 
100
 
101
  if __name__ == "__main__":