unixpickle commited on
Commit
58361e3
1 Parent(s): fff6fcf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ iface = gr.Interface(
68
  gr.Label(label="Make/Model", num_top_classes=10),
69
  ],
70
  )
71
- iface.launch()
 
68
  gr.Label(label="Make/Model", num_top_classes=10),
69
  ],
70
  )
71
+ iface.queue(concurrency_count=2).launch()