samidh commited on
Commit
af71289
·
verified ·
1 Parent(s): 27557d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -235,9 +235,9 @@ iface = gr.Interface(
235
  description="See if the given content violates your given policy."
236
  )
237
 
238
- iface.queue(
239
- default_concurrency_limit=2
240
- )
241
 
242
  # Launch the app
243
  iface.launch()
 
235
  description="See if the given content violates your given policy."
236
  )
237
 
238
+ #iface.queue(
239
+ # default_concurrency_limit=2
240
+ #)
241
 
242
  # Launch the app
243
  iface.launch()