Spaces:
Runtime error
Runtime error
Commit
Β·
1953e40
1
Parent(s):
0d13e0b
add example file
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def deepseek(image, text_input, model_id):
|
|
117 |
|
118 |
|
119 |
@spaces.GPU
|
120 |
-
def run_example(image, text_input, model_id="
|
121 |
return deepseek(image, text_input, model_id)
|
122 |
|
123 |
css = """
|
|
|
117 |
|
118 |
|
119 |
@spaces.GPU
|
120 |
+
def run_example(image, text_input, model_id="deepseek-ai/deepseek-vl2-tiny"):
|
121 |
return deepseek(image, text_input, model_id)
|
122 |
|
123 |
css = """
|