Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ async def main(
|
|
231 |
|
232 |
|
233 |
# Save the audio as a temporary WAV file
|
234 |
-
return templates.TemplateResponse("interface.html", {"request": request, "
|
235 |
|
236 |
# Serve the audio file with the correct media type
|
237 |
# return FileResponse(renamed_audio_file)
|
|
|
231 |
|
232 |
|
233 |
# Save the audio as a temporary WAV file
|
234 |
+
return templates.TemplateResponse("interface.html", {"request": request, "file_url": file_url})
|
235 |
|
236 |
# Serve the audio file with the correct media type
|
237 |
# return FileResponse(renamed_audio_file)
|