simonraj commited on
Commit
278588b
·
1 Parent(s): cf00e6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,6 +71,6 @@ iface = gr.Interface(
71
  description=img_html,
72
  css="custom.css" # Link to the custom CSS file
73
  )
74
- iface.queue().launch()
75
 
76
 
 
71
  description=img_html,
72
  css="custom.css" # Link to the custom CSS file
73
  )
74
+ demo.queue(max_size=99, concurrency_count=40).launch(debug=True)
75
 
76