Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 == "
|
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":
|