Spaces:
Running
Running
Update stt/stt_google.py
Browse files- stt/stt_google.py +1 -1
stt/stt_google.py
CHANGED
@@ -207,7 +207,7 @@ class GoogleSTT(STTInterface):
|
|
207 |
try:
|
208 |
import subprocess
|
209 |
result = subprocess.run([
|
210 |
-
'python', '
|
211 |
], capture_output=True, text=True, timeout=30)
|
212 |
|
213 |
log_info(f"π Raw WAV test result: {result.stdout}")
|
|
|
207 |
try:
|
208 |
import subprocess
|
209 |
result = subprocess.run([
|
210 |
+
'python', './test_single_wav.py', raw_wav_file
|
211 |
], capture_output=True, text=True, timeout=30)
|
212 |
|
213 |
log_info(f"π Raw WAV test result: {result.stdout}")
|