Gregniuki commited on
Commit
bc06890
·
1 Parent(s): 687d525

Update app.py

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