Spaces:
Sleeping
Sleeping
correcting InferenceClient endpoint
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ final_answer = FinalAnswerTool()
|
|
42 |
# model_id='meta-llama/Llama-3.2-3B-Instruct',
|
43 |
# custom_role_conversions=None,
|
44 |
# )
|
45 |
-
model = InferenceClient("https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud"
|
46 |
|
47 |
|
48 |
# Import tool from Hub
|
|
|
42 |
# model_id='meta-llama/Llama-3.2-3B-Instruct',
|
43 |
# custom_role_conversions=None,
|
44 |
# )
|
45 |
+
model = InferenceClient("https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud/")
|
46 |
|
47 |
|
48 |
# Import tool from Hub
|