Spaces:
Runtime error
Runtime error
Commit
Β·
9005cd5
1
Parent(s):
5cdfef0
test input
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ def rescale_bounding_boxes(bounding_boxes, original_width, original_height, scal
|
|
63 |
|
64 |
|
65 |
def deepseek(image, text_input, model_id):
|
66 |
-
print("helloe!!!!")
|
67 |
# specify the path to the model
|
68 |
vl_chat_processor: DeepseekVLV2Processor = processors[model_id]
|
69 |
tokenizer = vl_chat_processor.tokenizer
|
|
|
63 |
|
64 |
|
65 |
def deepseek(image, text_input, model_id):
|
|
|
66 |
# specify the path to the model
|
67 |
vl_chat_processor: DeepseekVLV2Processor = processors[model_id]
|
68 |
tokenizer = vl_chat_processor.tokenizer
|