Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ def generate(
|
|
301 |
# GEMMA3-4B TEXT & MULTIMODAL (image) Branch
|
302 |
if lower_text.startswith("@gemma3-4b"):
|
303 |
# If it is video, let the dedicated branch handle it.
|
304 |
-
if lower_text.startswith("@
|
305 |
pass # video branch is handled below.
|
306 |
else:
|
307 |
# Remove the gemma3 flag from the prompt.
|
|
|
301 |
# GEMMA3-4B TEXT & MULTIMODAL (image) Branch
|
302 |
if lower_text.startswith("@gemma3-4b"):
|
303 |
# If it is video, let the dedicated branch handle it.
|
304 |
+
if lower_text.startswith("@video-infer"):
|
305 |
pass # video branch is handled below.
|
306 |
else:
|
307 |
# Remove the gemma3 flag from the prompt.
|