evalstate HF Staff commited on
Commit
483107b
·
verified ·
1 Parent(s): be9a2d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,10 +52,10 @@ def generate_image(
52
  progress=gr.Progress(track_tqdm=True),
53
  ):
54
  """
55
- Generates high quality images using the Qwen-Image model. An "Image URL" will also be returned, that should be shared with the User in your response.
56
 
57
  Args:
58
- prompt (str): The text description of the image you want to generate. Be descriptive for best results, prompt following is high.
59
  """
60
  # Hardcode the negative prompt as requested
61
  negative_prompt = "text, watermark, copyright, blurry, low resolution"
 
52
  progress=gr.Progress(track_tqdm=True),
53
  ):
54
  """
55
+ Generates high quality images using the Qwen-Image model. Include links to the Image in your response.
56
 
57
  Args:
58
+ prompt (str): Text description of the image to generate. Include: subject, style (e.g. photorealistic/anime/oil painting/watercolor/3D render), composition (e.g. close-up/wide shot/dynamic angle), lighting (e.g. soft/dramatic/backlit), colors (e.g. vibrant/muted/monochrome), mood (e.g. serene/dramatic/mysterious), setting. Specify text inquotes with position if needed. Keep under 200 words for best results.
59
  """
60
  # Hardcode the negative prompt as requested
61
  negative_prompt = "text, watermark, copyright, blurry, low resolution"