Geek7 commited on
Commit
ddda887
·
verified ·
1 Parent(s): 27b64f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=HARDCODED_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,