Sunghokim commited on
Commit
094a65d
·
verified ·
1 Parent(s): d8885d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ if not hf_token:
16
  api = HfApi(token=hf_token)
17
 
18
  try:
19
- client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct", token=hftoken)
20
  except Exception as e:
21
  print(f"rror initializing InferenceClient: {e}")
22
  # 대체 모델을 사용하거나 오류 처리를 수행하세요.
 
16
  api = HfApi(token=hf_token)
17
 
18
  try:
19
+ client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct", token=hf_token)
20
  except Exception as e:
21
  print(f"rror initializing InferenceClient: {e}")
22
  # 대체 모델을 사용하거나 오류 처리를 수행하세요.