arthrod commited on
Commit
63561d0
·
verified ·
1 Parent(s): cac3f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -690,7 +690,7 @@ if __name__ == "__main__":
690
  demo.launch(
691
  server_name="0.0.0.0",
692
  server_port=7860,
693
- share=False,
694
  show_error=True
695
  )
696
  except Exception as e:
 
690
  demo.launch(
691
  server_name="0.0.0.0",
692
  server_port=7860,
693
+ share=True,
694
  show_error=True
695
  )
696
  except Exception as e: