prithivMLmods commited on
Commit
40a46cd
·
verified ·
1 Parent(s): 9807b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-8B-SFT_RL"
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-8B-SFT_RL).")
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():