Kvikontent commited on
Commit
63fd899
1 Parent(s): af2eaf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
26
  outputs=gr.outputs.Image(type="pil", label="Generated Image"),
27
  layout="vertical",
28
  title="Image Generation",
29
- description="Generate images based on prompts.",
30
  article="For more information, visit the documentation: [link](https://docs.gradio.app/)",
31
  examples=[["A painting of a squirrel eating a burger", "Low quality", 512, 512]]
32
  )
 
26
  outputs=gr.outputs.Image(type="pil", label="Generated Image"),
27
  layout="vertical",
28
  title="Image Generation",
29
+ description="Generate images based on prompts",
30
  article="For more information, visit the documentation: [link](https://docs.gradio.app/)",
31
  examples=[["A painting of a squirrel eating a burger", "Low quality", 512, 512]]
32
  )