nyanko7 commited on
Commit
6331924
1 Parent(s): 8bc27b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: