evalstate HF Staff commited on
Commit
cb8c1be
·
verified ·
1 Parent(s): e921e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def generate_image(
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.
 
52
  progress=gr.Progress(track_tqdm=True),
53
  ):
54
  """
55
+ Generates high quality images using the Qwen-Image model. Include the "Image URL" that 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.