roychao19477 commited on
Commit
0457efa
·
1 Parent(s): fb0a8ef

Test on lengths

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -267,5 +267,6 @@ iface = gr.Interface(
267
  api_name="/predict"
268
  )
269
 
270
- iface.launch()
 
271
 
 
267
  api_name="/predict"
268
  )
269
 
270
+ #iface.launch()
271
+ iface.launch(enable_queue=True, share=False)
272