Gregniuki commited on
Commit
906a82c
·
1 Parent(s): a8cd8f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ async def main(
248
 
249
  # return {"message": f"Text to synthesize: {text_input}, Speed: {speed_slider}, Play: {play}"}
250
 
251
- @app.get("/download/")
252
  async def download_file(fileId: str):
253
  # Retrieve the file path from the dictionary using the file ID
254
  filepath = files.get(fileId)
 
248
 
249
  # return {"message": f"Text to synthesize: {text_input}, Speed: {speed_slider}, Play: {play}"}
250
 
251
+ @app.get("/download")
252
  async def download_file(fileId: str):
253
  # Retrieve the file path from the dictionary using the file ID
254
  filepath = files.get(fileId)