Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ iface = gr.Interface(
|
|
62 |
],
|
63 |
outputs=gr.Image(type="filepath"),
|
64 |
title="DALLE2 Generation",
|
65 |
-
description="DALLE-2 Generation from Nextra API, NOTE: DALL-E 3 is not supported yet."
|
|
|
66 |
)
|
67 |
iface.launch()
|
|
|
62 |
],
|
63 |
outputs=gr.Image(type="filepath"),
|
64 |
title="DALLE2 Generation",
|
65 |
+
description="DALLE-2 Generation from Nextra API, NOTE: DALL-E 3 is not supported yet.",
|
66 |
+
article="⚠️ For unknown reasons, processing is taking a long time. Be patient."
|
67 |
)
|
68 |
iface.launch()
|