Voxxium commited on
Commit
b21eb2d
·
verified ·
1 Parent(s): 80e49ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ async def transcribe(file: UploadFile = File(...)):
32
 
33
  @app.get("/")
34
  def root():
35
- return {"status": "API Whisper SMALL OK"}
36
 
37
  if __name__ == "__main__":
38
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
32
 
33
  @app.get("/")
34
  def root():
35
+ return {"status": "API Whisper BASE OK"}
36
 
37
  if __name__ == "__main__":
38
  uvicorn.run(app, host="0.0.0.0", port=7860)