Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|