Spaces:
Runtime error
Runtime error
update color
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Map Diffusers
|
| 3 |
emoji: 🗺️
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.28.2
|
| 8 |
app_file: app.py
|
|
|
|
| 1 |
---
|
| 2 |
title: Map Diffusers
|
| 3 |
emoji: 🗺️
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: orange
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.28.2
|
| 8 |
app_file: app.py
|
app.py
CHANGED
|
@@ -14,10 +14,10 @@ iface = gr.Interface(
|
|
| 14 |
title="Map Diffuser",
|
| 15 |
description="""
|
| 16 |
🌏 Generates images from a given text prompt. The prompts are in the format:
|
| 17 |
-
`{style} map of {city} with {features}` or
|
| 18 |
`satellite image of {city} with {features}` or
|
| 19 |
`satellite image with {features}` or
|
| 20 |
-
`satellite image of {city} with {features} and no {features}`
|
| 21 |
and so on...
|
| 22 |
|
| 23 |
So for example:
|
|
|
|
| 14 |
title="Map Diffuser",
|
| 15 |
description="""
|
| 16 |
🌏 Generates images from a given text prompt. The prompts are in the format:
|
| 17 |
+
`{style} map of {city} with {features}` or
|
| 18 |
`satellite image of {city} with {features}` or
|
| 19 |
`satellite image with {features}` or
|
| 20 |
+
`satellite image of {city} with {features} and no {features}`
|
| 21 |
and so on...
|
| 22 |
|
| 23 |
So for example:
|