TalhaUsuf commited on
Commit
ee384f2
1 Parent(s): 0ae7f3a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -685,5 +685,5 @@ iface1 = gr.Interface(fn=predict1,
685
  article = article
686
  )
687
 
688
- iface1.queue(concurrency_count=3)
689
  iface1.launch()
 
685
  article = article
686
  )
687
 
688
+ # iface1.queue(concurrency_count=3)
689
  iface1.launch()