sitammeur commited on
Commit
d78a2b4
·
verified ·
1 Parent(s): 0d78f16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2412.035
44
 
45
  # Launch the interface
46
  interface = gr.Interface(
47
- fn=describe_image,
48
  inputs=[image, max_new_tokens],
49
  outputs=answer,
50
  examples=examples,
 
44
 
45
  # Launch the interface
46
  interface = gr.Interface(
47
+ fn=caption_image,
48
  inputs=[image, max_new_tokens],
49
  outputs=answer,
50
  examples=examples,