dromerosm commited on
Commit
7292b0f
1 Parent(s): b425bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -150,7 +150,8 @@ def main():
150
  outputs=output
151
  )
152
 
153
- demo.launch()
 
154
 
155
  if __name__ == "__main__":
156
  main()
 
150
  outputs=output
151
  )
152
 
153
+ # demo.launch(debug=True)
154
+ demo.queue(api_open=False, max_size=5).launch()
155
 
156
  if __name__ == "__main__":
157
  main()