programmnix-askui commited on
Commit
2e0e124
·
1 Parent(s): 04d0d48

Enable small models

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-tiny"):
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 = """