Spaces:
Configuration error
Configuration error
Update agent.py
Browse files
agent.py
CHANGED
@@ -949,7 +949,6 @@ async def main():
|
|
949 |
}
|
950 |
|
951 |
print(question_data)
|
952 |
-
proj_llm, code_llm, embed_model = initialize_models(use_api_mode=False)
|
953 |
|
954 |
# Test with image
|
955 |
file_path = "test_image.jpg"
|
|
|
949 |
}
|
950 |
|
951 |
print(question_data)
|
|
|
952 |
|
953 |
# Test with image
|
954 |
file_path = "test_image.jpg"
|