saburq commited on
Commit
3fcfa83
โ€ข
1 Parent(s): 5c8e057
Files changed (1) hide show
  1. app.py +1 -1
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