Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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()
|