Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ async def main(
|
|
272 |
|
273 |
|
274 |
# Save the audio as a temporary WAV file
|
275 |
-
return templates.TemplateResponse("interface.html", {"request": request, "file_url": file_url, "data": data, "dynamic_content": response_html})
|
276 |
|
277 |
# Serve the audio file with the correct media type
|
278 |
# return FileResponse(renamed_audio_file)
|
|
|
272 |
|
273 |
|
274 |
# Save the audio as a temporary WAV file
|
275 |
+
return templates.TemplateResponse("interface.html", {"request": request, "file_url": file_url, "text_input": text_input, "data": data, "dynamic_content": response_html})
|
276 |
|
277 |
# Serve the audio file with the correct media type
|
278 |
# return FileResponse(renamed_audio_file)
|