Spaces:
Runtime error
Runtime error
bonosa
commited on
Commit
·
7db76b3
1
Parent(s):
79732cc
v 1.0
Browse files
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 |
-
|
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 |
|