simonpc commited on
Commit
c226fb8
·
verified ·
1 Parent(s): 5822c92

correcting InferenceClient endpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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