Ld75 commited on
Commit
51d1a4d
·
1 Parent(s): d74ec71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def healthcheck():
27
  async def stt(file: str = UploadFile(...)):
28
  #file_content = base64.b64decode(file)
29
  file_content = await file.read()
30
- dataset = load_dataset("PolyAI/minds14", name="en-US", split="train")
31
  results = deepneurones(file_content)
32
  return {"output":results}
33
  #app.mount("/", StaticFiles(directory="static", html=True), name="static")
 
27
  async def stt(file: str = UploadFile(...)):
28
  #file_content = base64.b64decode(file)
29
  file_content = await file.read()
30
+ #dataset = load_dataset("PolyAI/minds14", name="en-US", split="train")
31
  results = deepneurones(file_content)
32
  return {"output":results}
33
  #app.mount("/", StaticFiles(directory="static", html=True), name="static")