Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ def generate_random_string(length):
|
|
62 |
def Piper(english_prompt):
|
63 |
return pipe(
|
64 |
english_prompt,
|
65 |
-
height=
|
66 |
-
width=
|
67 |
negative_prompt="",
|
68 |
num_inference_steps=200,
|
69 |
guidance_scale=10
|
|
|
62 |
def Piper(english_prompt):
|
63 |
return pipe(
|
64 |
english_prompt,
|
65 |
+
height=256,
|
66 |
+
width=256,
|
67 |
negative_prompt="",
|
68 |
num_inference_steps=200,
|
69 |
guidance_scale=10
|