Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ def Piper(name,positive_prompt,motion):
|
|
96 |
|
97 |
out = pipe(
|
98 |
positive_prompt,
|
99 |
-
height=
|
100 |
-
width=
|
101 |
num_inference_steps=step,
|
102 |
guidance_scale=1,
|
103 |
callback=progress_callback,
|
@@ -127,7 +127,7 @@ footer {
|
|
127 |
max-width: 15cm;
|
128 |
}
|
129 |
.image-container {
|
130 |
-
aspect-ratio:
|
131 |
}
|
132 |
.dropdown-arrow {
|
133 |
display: none !important;
|
|
|
96 |
|
97 |
out = pipe(
|
98 |
positive_prompt,
|
99 |
+
height=1024,
|
100 |
+
width=576,
|
101 |
num_inference_steps=step,
|
102 |
guidance_scale=1,
|
103 |
callback=progress_callback,
|
|
|
127 |
max-width: 15cm;
|
128 |
}
|
129 |
.image-container {
|
130 |
+
aspect-ratio: 576 / 1024 !important;
|
131 |
}
|
132 |
.dropdown-arrow {
|
133 |
display: none !important;
|