programmnix-askui commited on
Commit
1953e40
Β·
1 Parent(s): 0d13e0b

add example file

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