Dimsumcat commited on
Commit
723723f
·
verified ·
1 Parent(s): f981d70

Update app.py

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