Spaces:
Running
Running
Commit
·
fe42d61
1
Parent(s):
257d3a7
Update app.py
Browse files
app.py
CHANGED
@@ -46,9 +46,6 @@ def download_audio(url):
|
|
46 |
|
47 |
file_path = path_to_folder_audio_mp3 + new_local_link
|
48 |
|
49 |
-
with open(file_path, "r") as f:
|
50 |
-
audio =
|
51 |
-
|
52 |
return file_path, read_audio(file_path)
|
53 |
|
54 |
# Gradio interface
|
|
|
46 |
|
47 |
file_path = path_to_folder_audio_mp3 + new_local_link
|
48 |
|
|
|
|
|
|
|
49 |
return file_path, read_audio(file_path)
|
50 |
|
51 |
# Gradio interface
|