Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ You should use {formatted_words} to trigger the image generation.
|
|
170 |
escaped_prompt = prompt.replace("'", "''")
|
171 |
widget_content += f"""- text: '{escaped_prompt if escaped_prompt else ' ' }'
|
172 |
parameters:
|
173 |
-
negative_prompt: {negative_prompt}
|
174 |
output:
|
175 |
url: >-
|
176 |
{image}
|
|
|
170 |
escaped_prompt = prompt.replace("'", "''")
|
171 |
widget_content += f"""- text: '{escaped_prompt if escaped_prompt else ' ' }'
|
172 |
parameters:
|
173 |
+
negative_prompt: '{negative_prompt}'
|
174 |
output:
|
175 |
url: >-
|
176 |
{image}
|