miittnnss commited on
Commit
c7bda61
·
verified ·
1 Parent(s): 612e92e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ To generate an image, follow these steps:
97
  iface = gr.Interface(
98
  fn=generate_image,
99
  inputs=None,
100
- outputs=gr.outputs.Image(label="Image", type="pil"),
101
  title=title,
102
  description=description,
103
  article=content,
 
97
  iface = gr.Interface(
98
  fn=generate_image,
99
  inputs=None,
100
+ outputs=gr.Image(label="Image", type="pil"),
101
  title=title,
102
  description=description,
103
  article=content,