Spaces:
Runtime error
Runtime error
MSaadTariq
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ iface = gr.Interface(launch,
|
|
13 |
inputs=[gr.Image(label="Upload image", type="pil")],
|
14 |
outputs=[gr.Textbox(label="Caption")],
|
15 |
title="ImageLexica",
|
16 |
-
description="Generate captions for any image from your Gallery"
|
|
|
17 |
|
18 |
iface.launch()
|
|
|
13 |
inputs=[gr.Image(label="Upload image", type="pil")],
|
14 |
outputs=[gr.Textbox(label="Caption")],
|
15 |
title="ImageLexica",
|
16 |
+
description="Generate captions for any image from your Gallery",
|
17 |
+
allow_flagging="never")
|
18 |
|
19 |
iface.launch()
|