We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ce858 commit 60e6aceCopy full SHA for 60e6ace
web-apps/image-analysis/app.py
@@ -115,6 +115,7 @@ def analyze_image(image_url, prompt):
115
gr.Textbox(label="Prompt/Question", elem_id="prompt", scale=2),
116
],
117
outputs=[gr.Image(label="Image"), gr.Textbox(label="Results")],
118
+ allow_flagging='never',
119
title=settings.page_title,
120
description=settings.page_description,
121
examples=[[ex.image_url, ex.prompt] for ex in settings.examples],
0 commit comments