Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ footer {
|
|
56 |
max-width: 15cm;
|
57 |
}
|
58 |
.image-container {
|
59 |
-
aspect-ratio:
|
60 |
}
|
61 |
.dropdown-arrow {
|
62 |
display: none !important;
|
@@ -143,8 +143,8 @@ def Piper(positive,negative,motion):
|
|
143 |
return pipe(
|
144 |
positive,
|
145 |
negative_prompt=negative,
|
146 |
-
height=
|
147 |
-
width=
|
148 |
num_inference_steps=step,
|
149 |
guidance_scale=1,
|
150 |
num_frames=(fps*time)
|
|
|
56 |
max-width: 15cm;
|
57 |
}
|
58 |
.image-container {
|
59 |
+
aspect-ratio: 896 / 896 !important;
|
60 |
}
|
61 |
.dropdown-arrow {
|
62 |
display: none !important;
|
|
|
143 |
return pipe(
|
144 |
positive,
|
145 |
negative_prompt=negative,
|
146 |
+
height=896,
|
147 |
+
width=896,
|
148 |
num_inference_steps=step,
|
149 |
guidance_scale=1,
|
150 |
num_frames=(fps*time)
|