Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
2e0e124
1
Parent(s):
04d0d48
Enable small models
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def deepseek(image, text_input, model_id):
|
|
133 |
|
134 |
|
135 |
@spaces.GPU
|
136 |
-
def run_example(image, text_input, model_id="deepseek-ai/deepseek-vl2-
|
137 |
return deepseek(image, text_input, model_id)
|
138 |
|
139 |
css = """
|
|
|
133 |
|
134 |
|
135 |
@spaces.GPU
|
136 |
+
def run_example(image, text_input, model_id="deepseek-ai/deepseek-vl2-small"):
|
137 |
return deepseek(image, text_input, model_id)
|
138 |
|
139 |
css = """
|