sabman commited on
Commit
12e5367
1 Parent(s): 41b7f97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,9 +12,9 @@ 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
  )
19
 
20
  iface.launch()
 
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
  )
19
 
20
  iface.launch()