seawolf2357 commited on
Commit
e6ce983
·
verified ·
1 Parent(s): fd01af6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from googletrans import Translator
9
 
10
 
11
  API_KEY = os.getenv("SERPHOUSE_API_KEY")
12
- hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
13
 
14
  # 국가별 언어 코드 매핑
15
  COUNTRY_LANGUAGES = {
 
9
 
10
 
11
  API_KEY = os.getenv("SERPHOUSE_API_KEY")
12
+ # hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
13
 
14
  # 국가별 언어 코드 매핑
15
  COUNTRY_LANGUAGES = {