Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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
|