Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ async def main(
|
|
165 |
files[file_id] = filepath
|
166 |
|
167 |
# Create a URL to download the file
|
168 |
-
file_url = f'
|
169 |
# os.rename(temp_audio_file, renamed_audio_file)
|
170 |
# Specify the path to your MP3 audio file
|
171 |
# audio_file_path = "path/to/your/audio.mp3"
|
|
|
165 |
files[file_id] = filepath
|
166 |
|
167 |
# Create a URL to download the file
|
168 |
+
file_url = f'/download?fileId={file_id}'
|
169 |
# os.rename(temp_audio_file, renamed_audio_file)
|
170 |
# Specify the path to your MP3 audio file
|
171 |
# audio_file_path = "path/to/your/audio.mp3"
|