Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ def Piper(english_prompt):
|
|
65 |
height=320,
|
66 |
width=320,
|
67 |
negative_prompt="",
|
68 |
-
num_inference_steps=
|
69 |
-
guidance_scale=
|
70 |
)
|
71 |
|
72 |
def infer(prompt):
|
|
|
65 |
height=320,
|
66 |
width=320,
|
67 |
negative_prompt="",
|
68 |
+
num_inference_steps=200,
|
69 |
+
guidance_scale=10
|
70 |
)
|
71 |
|
72 |
def infer(prompt):
|