Spaces:
Running
Running
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -137,6 +137,12 @@ def caption_image(image, custom_prompt=None):
|
|
| 137 |
# Gradio UI
|
| 138 |
with gr.Blocks(title="FastVLM Image Captioning") as demo:
|
| 139 |
gr.Markdown("# 🖼️ FastVLM Image Captioning")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|
|
|
|
| 137 |
# Gradio UI
|
| 138 |
with gr.Blocks(title="FastVLM Image Captioning") as demo:
|
| 139 |
gr.Markdown("# 🖼️ FastVLM Image Captioning")
|
| 140 |
+
# 🔗 Add hyperlink here
|
| 141 |
+
gr.Markdown(
|
| 142 |
+
"### 🔗 For **Video Analysis**, click here: "
|
| 143 |
+
"[Video-Analysis-AppleFastVLM-7B](https://huggingface.co/spaces/rahul7star/Video-Analysis-AppleFastVLM-7B)"
|
| 144 |
+
)
|
| 145 |
+
|
| 146 |
|
| 147 |
with gr.Row():
|
| 148 |
with gr.Column():
|