saburq commited on
Commit
8ba3b5a
1 Parent(s): 12e5367

add example in descrip

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -12,7 +12,14 @@ iface = gr.Interface(
12
  inputs=gr.components.Textbox(label="Enter a text prompt here"),
13
  outputs=gr.components.Image(label="Output Image"),
14
  title="Map Diffuser",
15
- description="Generates four images from a given text prompt."
 
 
 
 
 
 
 
16
  # examples=[["Satellite image of amsterdam with industrial area and highways"], [
17
  # "Satellite image with forests and residential, no water"]]
18
  )
 
12
  inputs=gr.components.Textbox(label="Enter a text prompt here"),
13
  outputs=gr.components.Image(label="Output Image"),
14
  title="Map Diffuser",
15
+ description="""
16
+ 🌏 Generates four images from a given text prompt.
17
+ Examples:
18
+ - "Satellite image of amsterdam with industrial area and highways"
19
+ - Watercolor style map of Amsterdam with residential area and highways
20
+ - "Toner style map of Amsterdam with residential area and highways"
21
+ - "Satellite image with forests and residential, no water"
22
+ """
23
  # examples=[["Satellite image of amsterdam with industrial area and highways"], [
24
  # "Satellite image with forests and residential, no water"]]
25
  )