bonosa commited on
Commit
7db76b3
·
1 Parent(s): 79732cc
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ iface = gr.Interface(
32
  ],
33
  outputs=gr.outputs.Image(type="pil"),
34
  title="DALL-E Image Generator",
35
- description="Enter your API key and a prompt to generate an image from DALL-E.",
36
- examples=["a macaw in a hat sitting on a bench in a park"]
37
  )
38
 
39
 
 
32
  ],
33
  outputs=gr.outputs.Image(type="pil"),
34
  title="DALL-E Image Generator",
35
+ description="Enter your API key and a prompt to generate an image from DALL-E."
36
+
37
  )
38
 
39