Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ API_KEY_NAME = "access_token"
|
|
| 20 |
API_KEY_VALUE = "HCL_SECURE_KEY_2026"
|
| 21 |
|
| 22 |
# Get your Hugging Face token from the Space's Secret settings
|
| 23 |
-
HF_TOKEN = os.getenv("
|
| 24 |
|
| 25 |
MODEL_ID = "melba-t/wav2vec2-fake-speech-detection"
|
| 26 |
TARGET_SR = 16000
|
|
|
|
| 20 |
API_KEY_VALUE = "HCL_SECURE_KEY_2026"
|
| 21 |
|
| 22 |
# Get your Hugging Face token from the Space's Secret settings
|
| 23 |
+
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 24 |
|
| 25 |
MODEL_ID = "melba-t/wav2vec2-fake-speech-detection"
|
| 26 |
TARGET_SR = 16000
|