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

Test on lengths

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