Raven7 commited on
Commit
9a69c30
·
verified ·
1 Parent(s): 57df930

Update app.py

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