DigiP-AI commited on
Commit
665a378
·
verified ·
1 Parent(s): e97dd13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def flip_text(prompt, negative_prompt, task, steps, sampler, cfg_scale, seed, wi
38
  steps = int(steps)
39
  seed = int(seed)
40
 
41
- width = 2048
42
- height = 2048
43
 
44
  if task == "Playground v2":
45
  ua = UserAgent()
 
38
  steps = int(steps)
39
  seed = int(seed)
40
 
41
+ width = 896
42
+ height = 1152
43
 
44
  if task == "Playground v2":
45
  ua = UserAgent()