programmnix-askui commited on
Commit
e8d22fd
Β·
1 Parent(s): f9d3807

test input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def deepseek(image, text_input):
109
  @spaces.GPU
110
  def run_example(image, text_input, model_id="OS-Copilot/OS-Atlas-Base-7B"):
111
 
112
- deepseek(image, )
113
 
114
 
115
  def run_example_old(image, text_input, model_id="OS-Copilot/OS-Atlas-Base-7B"):
 
109
  @spaces.GPU
110
  def run_example(image, text_input, model_id="OS-Copilot/OS-Atlas-Base-7B"):
111
 
112
+ deepseek(image, text_input)
113
 
114
 
115
  def run_example_old(image, text_input, model_id="OS-Copilot/OS-Atlas-Base-7B"):