Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,6 @@ async def predict(audio: UploadFile = File(...)):
|
|
104 |
#graph_url = upload_to_tmpfiles(graph_path)
|
105 |
|
106 |
return JSONResponse(content={
|
107 |
-
"graph_url": graph_url,
|
108 |
"periods": periods,
|
109 |
"results": "File uploaded successfully"
|
110 |
})
|
|
|
104 |
#graph_url = upload_to_tmpfiles(graph_path)
|
105 |
|
106 |
return JSONResponse(content={
|
|
|
107 |
"periods": periods,
|
108 |
"results": "File uploaded successfully"
|
109 |
})
|