ahmedmbutt commited on
Commit
480b5cd
1 Parent(s): 00513e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -263,8 +263,8 @@ article = "<p style='text-align: center'><a href='https://github.com/rmokady/CLI
263
  examples=[['water.jpeg',"COCO"]]
264
  gr.Interface(
265
  inference,
266
- [gr.inputs.Image(type="file", label="Input"),gr.inputs.Radio(choices=["COCO","Conceptual captions"], type="value", default="COCO", label="Model")],
267
- gr.outputs.Textbox(label="Output"),
268
  title=title,
269
  description=description,
270
  article=article,
 
263
  examples=[['water.jpeg',"COCO"]]
264
  gr.Interface(
265
  inference,
266
+ inputs=[gr.Image(type="file", 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,
270
  article=article,