Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ image_description_interface = gr.Interface(
|
|
96 |
],
|
97 |
outputs=gr.Textbox(label="Generated Caption", lines=4, show_copy_button=True),
|
98 |
live=False,
|
99 |
-
title="
|
100 |
description=description
|
101 |
)
|
102 |
|
|
|
96 |
],
|
97 |
outputs=gr.Textbox(label="Generated Caption", lines=4, show_copy_button=True),
|
98 |
live=False,
|
99 |
+
title="Florence-2 Models Image Captions",
|
100 |
description=description
|
101 |
)
|
102 |
|