Skip to content

Commit

Permalink
Update infer_server.py
Browse files Browse the repository at this point in the history
Signed-off-by: sambit <[email protected]>
  • Loading branch information
sam-ai authored Aug 11, 2023
1 parent bbb9637 commit b80b4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#
# _, _ = model.transcribe("dataset/test.wav", beam_size=5)

app = FastAPI(title="")
app = FastAPI(title="OdiaGenAI Whisper ASR")
app.mount('/static', StaticFiles(directory='static'), name='static')
templates = Jinja2Templates(directory="templates")
model_semaphore = None
Expand Down

0 comments on commit b80b4b2

Please sign in to comment.