drjieliu commited on
Commit
36ac3c7
1 Parent(s): 2b77488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,4 +54,5 @@ app2 = gr.Interface(
54
  demo = gr.TabbedInterface([app1, app2], ["Run model", "Visualize prediction results"],
55
  theme=gr.themes.Soft())
56
 
57
- demo.launch(debug=True)
 
 
54
  demo = gr.TabbedInterface([app1, app2], ["Run model", "Visualize prediction results"],
55
  theme=gr.themes.Soft())
56
 
57
+ demo.queue(concurrency_count=1,max_size=20).launch()
58
+