prithivMLmods commited on
Commit
be336ad
·
verified ·
1 Parent(s): cb7ba1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def generate_video(model_name: str, text: str, video_path: str,
143
  if model_name == "gemma-3-4b-it":
144
  processor = processor_m
145
  model = model_m
146
- elif model_name == "docscopeOCR-7B-050425-exp":
147
  processor = processor_x
148
  model = model_x
149
  elif model_name == "Captioner-7B":
 
143
  if model_name == "gemma-3-4b-it":
144
  processor = processor_m
145
  model = model_m
146
+ elif model_name == "coreOCR-7B-050325-preview":
147
  processor = processor_x
148
  model = model_x
149
  elif model_name == "Captioner-7B":