Spaces:
Running
Running
Update app.py
Browse files
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("/
|
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)
|