Gregniuki commited on
Commit
85a4f26
·
1 Parent(s): 2a650fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ async def main(
239
 
240
  # return {"message": f"Text to synthesize: {text_input}, Speed: {speed_slider}, Play: {play}"}
241
 
242
- @app.get("/download/")
243
  async def download_file(fileId: str):
244
  # Retrieve the file path from the dictionary using the file ID
245
  filepath = files.get(fileId)
 
239
 
240
  # return {"message": f"Text to synthesize: {text_input}, Speed: {speed_slider}, Play: {play}"}
241
 
242
+ @app.get("/")
243
  async def download_file(fileId: str):
244
  # Retrieve the file path from the dictionary using the file ID
245
  filepath = files.get(fileId)