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