craftgamesnetwork commited on
Commit
f8f1485
·
verified ·
1 Parent(s): e64cfbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,7 +118,7 @@ app = gr.Interface(
118
  outputs=outputs,
119
  title=title,
120
  description=model_description,
 
121
  allow_flagging="never",
122
  )
123
- app.launch(share=True)
124
-
 
118
  outputs=outputs,
119
  title=title,
120
  description=model_description,
121
+ concurrency_limit=2,
122
  allow_flagging="never",
123
  )
124
+ app.launch(share=True)