Spaces:
Sleeping
Sleeping
add example in descrip
Browse files
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="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
)
|