openfree commited on
Commit
1e914c8
·
verified ·
1 Parent(s): 1954bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def create_article_components(max_results):
33
  return article_components
34
 
35
  API_KEY = os.getenv("SERPHOUSE_API_KEY")
36
- hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
37
 
38
  # 국가별 언어 코드 매핑
39
  COUNTRY_LANGUAGES = {
 
33
  return article_components
34
 
35
  API_KEY = os.getenv("SERPHOUSE_API_KEY")
36
+ hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("GHF_TOKEN"))
37
 
38
  # 국가별 언어 코드 매핑
39
  COUNTRY_LANGUAGES = {