ciyidogan commited on
Commit
2178ca6
Β·
verified Β·
1 Parent(s): 03ef174

Update stt/stt_google.py

Browse files
Files changed (1) hide show
  1. 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', '/app/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}")
 
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}")