MSaadTariq commited on
Commit
9bff8d5
·
verified ·
1 Parent(s): b880f89

Update app.py

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