Spaces:
Runtime error
Runtime error
Commit
Β·
30d77e9
1
Parent(s):
03ca516
test
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ def rescale_bounding_boxes(bounding_boxes, original_width, original_height, scal
|
|
55 |
|
56 |
|
57 |
def deepseek():
|
|
|
58 |
|
59 |
# specify the path to the model
|
60 |
model_path = "deepseek-ai/deepseek-vl2-small"
|
|
|
55 |
|
56 |
|
57 |
def deepseek():
|
58 |
+
print("helloe!!!!")
|
59 |
|
60 |
# specify the path to the model
|
61 |
model_path = "deepseek-ai/deepseek-vl2-small"
|