Spaces:
Sleeping
Sleeping
map
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
|
|
11 |
fn=generate_image_predictions,
|
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 images from a given text prompt. The prompts are in the format:
|
17 |
`{style} map of {city} with {features}` or
|
|
|
11 |
fn=generate_image_predictions,
|
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 images from a given text prompt. The prompts are in the format:
|
17 |
`{style} map of {city} with {features}` or
|