DemiPoto commited on
Commit
e68cc2f
·
verified ·
1 Parent(s): c84e807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ lock = RLock()
13
  HF_TOKEN = os.environ.get("HF_TOKEN") if os.environ.get("HF_TOKEN") else None # If private or gated models aren't used, ENV setting is unnecessary.
14
 
15
 
16
- nb_req_simult=10 ########
17
  nb_gallery_model=5
18
 
19
 
 
13
  HF_TOKEN = os.environ.get("HF_TOKEN") if os.environ.get("HF_TOKEN") else None # If private or gated models aren't used, ENV setting is unnecessary.
14
 
15
 
16
+ nb_req_simult=80 ########
17
  nb_gallery_model=5
18
 
19