RJ40under40 commited on
Commit
200a1a9
·
verified ·
1 Parent(s): 9301dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("HF_Token")
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