Spaces:
Runtime error
Runtime error
bonosa
commited on
Commit
·
79732cc
1
Parent(s):
9b9484e
v 1.0
Browse files
app.py
CHANGED
@@ -33,7 +33,6 @@ iface = gr.Interface(
|
|
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 |
examples=["a macaw in a hat sitting on a bench in a park"]
|
38 |
)
|
39 |
|
|
|
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 |
|