Update app.py
Browse files
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 =
|
| 42 |
-
height =
|
| 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()
|