Update langgraph_agent.py
Browse files- langgraph_agent.py +1 -1
langgraph_agent.py
CHANGED
@@ -179,7 +179,7 @@ def transcribe_audio(audio_path: str) -> Dict[str, str]:
|
|
179 |
|
180 |
|
181 |
API_KEY = os.getenv("GEMINI_API_KEY")
|
182 |
-
|
183 |
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
184 |
|
185 |
|
|
|
179 |
|
180 |
|
181 |
API_KEY = os.getenv("GEMINI_API_KEY")
|
182 |
+
HF_API_TOKEN = os.getenv("HF_SPACE_TOKEN")
|
183 |
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
184 |
|
185 |
|