aminahmed78 commited on
Commit
bb31e94
·
verified ·
1 Parent(s): 4241c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from langdetect import detect
5
  import os
6
 
7
  # Initialize clients
8
- hf_client = InferenceClient(token=os.environ.get("homeo_doc"))
9
  groq_client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
10
 
11
  # Language code mapping for NLLB-200
 
5
  import os
6
 
7
  # Initialize clients
8
+ hf_client = InferenceClient(token=os.environ.get("homeodoctor"))
9
  groq_client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
10
 
11
  # Language code mapping for NLLB-200