Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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,
|