Walmart-the-bag commited on
Commit
b09dd7f
·
verified ·
1 Parent(s): f299b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()