Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,8 @@ iface = gr.Interface(
|
|
139 |
outputs=[
|
140 |
"image",
|
141 |
gr.Textbox(label="Submitted Payload")
|
142 |
-
]
|
|
|
143 |
)
|
144 |
|
145 |
try:
|
|
|
139 |
outputs=[
|
140 |
"image",
|
141 |
gr.Textbox(label="Submitted Payload")
|
142 |
+
],
|
143 |
+
concurrency_limit=5,
|
144 |
)
|
145 |
|
146 |
try:
|