Spaces:
Sleeping
Sleeping
ahmedmbutt
commited on
Commit
•
9640b05
1
Parent(s):
480b5cd
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ article = "<p style='text-align: center'><a href='https://github.com/rmokady/CLI
|
|
263 |
examples=[['water.jpeg',"COCO"]]
|
264 |
gr.Interface(
|
265 |
inference,
|
266 |
-
inputs=[gr.Image(
|
267 |
outputs=gr.Textbox(label="Output"),
|
268 |
title=title,
|
269 |
description=description,
|
|
|
263 |
examples=[['water.jpeg',"COCO"]]
|
264 |
gr.Interface(
|
265 |
inference,
|
266 |
+
inputs=[gr.Image(label="Input"),gr.Radio(choices=["COCO","Conceptual captions"], type="value", default="COCO", label="Model")],
|
267 |
outputs=gr.Textbox(label="Output"),
|
268 |
title=title,
|
269 |
description=description,
|