nanom commited on
Commit
37692ce
1 Parent(s): 8fff09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -73,6 +73,11 @@ with iface:
73
  api_name= "gen_tree"
74
  )
75
 
 
 
 
 
 
76
  iface.launch(
77
  server_name="0.0.0.0",
78
  # server_port=9090,
 
73
  api_name= "gen_tree"
74
  )
75
 
76
+ iface.queue(
77
+ max_size=4,
78
+ concurrency_count=2
79
+ )
80
+
81
  iface.launch(
82
  server_name="0.0.0.0",
83
  # server_port=9090,