Alon Albalak commited on
Commit
32964cf
·
1 Parent(s): ad858ed

remove launch variables

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def main():
113
  app.load_models()
114
 
115
  demo = app.create_interface()
116
- demo.launch(share=DEFAULT_SHARE, server_name=DEFAULT_SERVER_NAME, server_port=DEFAULT_SERVER_PORT)
117
 
118
  if __name__ == "__main__":
119
  main()
 
113
  app.load_models()
114
 
115
  demo = app.create_interface()
116
+ demo.launch()
117
 
118
  if __name__ == "__main__":
119
  main()