Spaces:
Build error
Build error
taskswithcode
commited on
Commit
·
d2b5749
1
Parent(s):
665c85a
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks() as demo:
|
|
137 |
|
138 |
with gr.Column():
|
139 |
inp = gr.Image(label="Input Image", type="filepath")
|
140 |
-
chk = gr.Checkbox(label="Unique
|
141 |
btn_detic = gr.Button("Run Detic for ChatGPT")
|
142 |
with gr.Column():
|
143 |
outviz = gr.Image(label="Visualization", type="pil")
|
|
|
137 |
|
138 |
with gr.Column():
|
139 |
inp = gr.Image(label="Input Image", type="filepath")
|
140 |
+
chk = gr.Checkbox(label="Unique Objects only? (useful to reduce ChatGPT input to speed up its reponse and also eliminate timeouts")
|
141 |
btn_detic = gr.Button("Run Detic for ChatGPT")
|
142 |
with gr.Column():
|
143 |
outviz = gr.Image(label="Visualization", type="pil")
|