Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def Piper(_do,_dont):
|
|
76 |
return pipe(
|
77 |
_do,
|
78 |
height=512,
|
79 |
-
width=
|
80 |
negative_prompt=_dont,
|
81 |
num_inference_steps=65,
|
82 |
guidance_scale=10
|
@@ -106,7 +106,7 @@ footer {
|
|
106 |
max-width: 15cm;
|
107 |
}
|
108 |
#image-container {
|
109 |
-
aspect-ratio:
|
110 |
}
|
111 |
.dropdown-arrow {
|
112 |
display: none !important;
|
|
|
76 |
return pipe(
|
77 |
_do,
|
78 |
height=512,
|
79 |
+
width=1024,
|
80 |
negative_prompt=_dont,
|
81 |
num_inference_steps=65,
|
82 |
guidance_scale=10
|
|
|
106 |
max-width: 15cm;
|
107 |
}
|
108 |
#image-container {
|
109 |
+
aspect-ratio: 1024 / 512;
|
110 |
}
|
111 |
.dropdown-arrow {
|
112 |
display: none !important;
|