Spaces:
Runtime error
Runtime error
dataautogpt3
commited on
Commit
β’
e7d4e05
1
Parent(s):
1103a2c
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def generate(
|
|
76 |
negative_prompt = "" # type: ignore
|
77 |
images = pipe(
|
78 |
prompt=f'''{prompt}''',
|
79 |
-
negative_prompt=f"{negative_prompt}
|
80 |
width=width,
|
81 |
height=height,
|
82 |
guidance_scale=guidance_scale,
|
|
|
76 |
negative_prompt = "" # type: ignore
|
77 |
images = pipe(
|
78 |
prompt=f'''{prompt}''',
|
79 |
+
negative_prompt=f"{negative_prompt}",
|
80 |
width=width,
|
81 |
height=height,
|
82 |
guidance_scale=guidance_scale,
|