Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import spaces
|
|
| 5 |
from molmo_utils import process_vision_info
|
| 6 |
from typing import Iterable
|
| 7 |
|
| 8 |
-
MODEL_ID = "allenai/SAGE-MM-Qwen3-VL-
|
| 9 |
|
| 10 |
print(f"Loading {MODEL_ID}...")
|
| 11 |
processor = AutoProcessor.from_pretrained(
|
|
@@ -85,7 +85,7 @@ css = """
|
|
| 85 |
|
| 86 |
with gr.Blocks() as demo:
|
| 87 |
gr.Markdown("# **SAGE-MM-Video-Reasoning 🎥**", elem_id="main-title")
|
| 88 |
-
gr.Markdown("Upload a video to get a detailed explanation or ask specific questions using [SAGE-MM-Qwen3-VL](https://huggingface.co/allenai/SAGE-MM-Qwen3-VL-
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
|
|
|
| 5 |
from molmo_utils import process_vision_info
|
| 6 |
from typing import Iterable
|
| 7 |
|
| 8 |
+
MODEL_ID = "allenai/SAGE-MM-Qwen3-VL-4B-SFT_RL"
|
| 9 |
|
| 10 |
print(f"Loading {MODEL_ID}...")
|
| 11 |
processor = AutoProcessor.from_pretrained(
|
|
|
|
| 85 |
|
| 86 |
with gr.Blocks() as demo:
|
| 87 |
gr.Markdown("# **SAGE-MM-Video-Reasoning 🎥**", elem_id="main-title")
|
| 88 |
+
gr.Markdown("Upload a video to get a detailed explanation or ask specific questions using [SAGE-MM-Qwen3-VL](https://huggingface.co/allenai/SAGE-MM-Qwen3-VL-4B-SFT_RL).")
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|