byte-vortex commited on
Commit
46248b6
·
verified ·
1 Parent(s): 3325c6b

Deploy Myco from CI

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,4 +19,6 @@ LAUNCH_OPTIONS = {
19
  demo = build_app()
20
 
21
  if __name__ == "__main__":
 
22
  demo.launch(**LAUNCH_OPTIONS)
 
 
19
  demo = build_app()
20
 
21
  if __name__ == "__main__":
22
+ demo.queue(max_size=5)
23
  demo.launch(**LAUNCH_OPTIONS)
24
+ demo.launch(server_name="0.0.0.0")