mrm8488 commited on
Commit
1651e3c
1 Parent(s): f571a7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ examples = [
31
  ["Describe the following image:", "https://hips.hearstapps.com/hmg-prod/images/cute-photos-of-cats-in-grass-1593184777.jpg", 64]
32
 
33
  ]
34
- io = gr.Interface(fn=image_caption,
35
  #inputs=gr.inputs.Image(type='pil'),
36
  inputs=[
37
  gr.inputs.Textbox(value="Describe the following image:"),
 
31
  ["Describe the following image:", "https://hips.hearstapps.com/hmg-prod/images/cute-photos-of-cats-in-grass-1593184777.jpg", 64]
32
 
33
  ]
34
+ io = gr.Interface(fn=predict,
35
  #inputs=gr.inputs.Image(type='pil'),
36
  inputs=[
37
  gr.inputs.Textbox(value="Describe the following image:"),