Gaurav-Mhatre commited on
Commit
9d26966
·
verified ·
1 Parent(s): cef3f4d

Update audio_detect.py

Browse files
Files changed (1) hide show
  1. audio_detect.py +1 -1
audio_detect.py CHANGED
@@ -37,7 +37,7 @@ class AudioDeepfakeDetector:
37
  if not self.model:
38
  return "ERROR: MODEL NOT LOADED", 0.0
39
 
40
- temp_wav = "uploads/temp_fast_audio.wav"
41
 
42
  try:
43
  print(f"🔍 Analyzing audio: {audio_path}")
 
37
  if not self.model:
38
  return "ERROR: MODEL NOT LOADED", 0.0
39
 
40
+ temp_wav = "temp_fast_audio.wav"
41
 
42
  try:
43
  print(f"🔍 Analyzing audio: {audio_path}")