Spaces:
Runtime error
Runtime error
Add WHISPERX_API_KEY to the .env-default file
Browse files- .env-default +3 -2
.env-default
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
-
OPENAI_API_KEY=your-open-
|
2 |
-
ASSEMBLYAI_API_KEY=your-assembly-
|
|
|
|
1 |
+
OPENAI_API_KEY=your-open-api-key
|
2 |
+
ASSEMBLYAI_API_KEY=your-assembly-api-key
|
3 |
+
WHISPERX_API_KEY=your-hugging-face-access-token
|