Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|