EmoCube commited on
Commit
c0298c1
·
verified ·
1 Parent(s): 4060f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
31
  "cfg_scale": cfg_scale,
32
  "seed": seed if seed!= -1 else random.randint(1, 1000000000),
33
  "strength": strength
34
- #"provider": "replicate"
35
  }
36
 
37
  API_URL = API_URLS[model]
 
31
  "cfg_scale": cfg_scale,
32
  "seed": seed if seed!= -1 else random.randint(1, 1000000000),
33
  "strength": strength
 
34
  }
35
 
36
  API_URL = API_URLS[model]