Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,10 @@ interface = gr.Interface(
|
|
66 |
outputs="text",
|
67 |
title="Image Caption Generator",
|
68 |
description=(
|
69 |
-
f"The default question is: '{default_question}'
|
70 |
-
"Please note that the inference may take up to 200 seconds due to long captions and CPU limitations
|
71 |
-
"
|
|
|
72 |
)
|
73 |
)
|
74 |
# Launch the interface
|
|
|
66 |
outputs="text",
|
67 |
title="Image Caption Generator",
|
68 |
description=(
|
69 |
+
f"The default question is: '{default_question}'.\n\n"
|
70 |
+
"Please note that the inference may take up to 200 seconds due to long captions and CPU limitations.\n\n"
|
71 |
+
"[![Hugging Face Model](https://img.shields.io/badge/Hugging%20Face-Model-blue)](https://huggingface.co/irotem98/edge_vlm) "
|
72 |
+
"[![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-green)](https://github.com/rotem154154/edge_vlm)"
|
73 |
)
|
74 |
)
|
75 |
# Launch the interface
|