Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def generate_image(prompt, negative_prompt=None, height=512, width=512, model="s
|
|
37 |
# Generate the image using Hugging Face's inference API with additional parameters
|
38 |
image = client.text_to_image(
|
39 |
prompt=prompt,
|
40 |
-
negative_prompt=
|
41 |
height=height,
|
42 |
width=width,
|
43 |
model=model,
|
|
|
37 |
# Generate the image using Hugging Face's inference API with additional parameters
|
38 |
image = client.text_to_image(
|
39 |
prompt=prompt,
|
40 |
+
negative_prompt=NEGATIVE_PROMPT_FINGERS,
|
41 |
height=height,
|
42 |
width=width,
|
43 |
model=model,
|