Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -150,11 +150,11 @@ def process_video(user_text, video_path, max_new_tokens):
|
|
| 150 |
return generated_text
|
| 151 |
|
| 152 |
css = """
|
| 153 |
-
#main-title h1 {font-size: 2.4em}
|
| 154 |
"""
|
| 155 |
|
| 156 |
with gr.Blocks() as demo:
|
| 157 |
-
gr.Markdown("# **SAGE-MM-Video-Reasoning
|
| 158 |
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).")
|
| 159 |
|
| 160 |
with gr.Row():
|
|
|
|
| 150 |
return generated_text
|
| 151 |
|
| 152 |
css = """
|
| 153 |
+
#main-title h1 {font-size: 2.4em !important;}
|
| 154 |
"""
|
| 155 |
|
| 156 |
with gr.Blocks() as demo:
|
| 157 |
+
gr.Markdown("# **SAGE-MM-Video-Reasoning**", elem_id="main-title")
|
| 158 |
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).")
|
| 159 |
|
| 160 |
with gr.Row():
|