Spaces:
Sleeping
Sleeping
Update audio_detect.py
Browse files- 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 = "
|
| 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}")
|