Pavanb commited on
Commit
ae013ef
·
verified ·
1 Parent(s): a248feb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ def extract_from_audio(audio_file):
51
  result = generated_text.strip() or "No address detected."
52
 
53
  finally:
54
- os.remove(tmp_file_path)
 
55
 
56
  return result
57
 
 
51
  result = generated_text.strip() or "No address detected."
52
 
53
  finally:
54
+ # os.remove(tmp_file_path)
55
+ pass
56
 
57
  return result
58