prithivMLmods commited on
Commit
d9e0ebd
·
verified ·
1 Parent(s): 1fe65ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("@gemma3-4b-video"):
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.