Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -91,10 +91,10 @@ def Piper(_do,_dont):
|
|
91 |
return pipe(
|
92 |
_do,
|
93 |
height=512,
|
94 |
-
width=
|
95 |
negative_prompt=_dont,
|
96 |
-
num_inference_steps=
|
97 |
-
guidance_scale=
|
98 |
)
|
99 |
|
100 |
def infer(prompt,prompt2):
|
@@ -133,7 +133,7 @@ footer {
|
|
133 |
max-width: 15cm !important;
|
134 |
}
|
135 |
#image-container {
|
136 |
-
aspect-ratio:
|
137 |
}
|
138 |
.dropdown-arrow {
|
139 |
display: none !important;
|
|
|
91 |
return pipe(
|
92 |
_do,
|
93 |
height=512,
|
94 |
+
width=576,
|
95 |
negative_prompt=_dont,
|
96 |
+
num_inference_steps=800,
|
97 |
+
guidance_scale=10
|
98 |
)
|
99 |
|
100 |
def infer(prompt,prompt2):
|
|
|
133 |
max-width: 15cm !important;
|
134 |
}
|
135 |
#image-container {
|
136 |
+
aspect-ratio: 576 / 512 !important;
|
137 |
}
|
138 |
.dropdown-arrow {
|
139 |
display: none !important;
|