Spaces:
Runtime error
Runtime error
Commit
Β·
e8d22fd
1
Parent(s):
f9d3807
test input
Browse files
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"):
|