Gregniuki commited on
Commit
8156f44
·
1 Parent(s): 2cf4271

Update app.py

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