ahmedmbutt commited on
Commit
9935eb8
1 Parent(s): 9640b05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(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,
 
263
  examples=[['water.jpeg',"COCO"]]
264
  gr.Interface(
265
  inference,
266
+ inputs=[gr.Image(label="Input"),gr.Radio(choices=["COCO","Conceptual captions"], value="COCO", label="Model")],
267
  outputs=gr.Textbox(label="Output"),
268
  title=title,
269
  description=description,