Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Nov 24, 2024
1 parent 681b065 commit 55e7846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="Whisper-WebUI Backend",
description=f"""
Whisper-WebUI server with fastapi. Docs are available via SwaggerUI.
REST API for Whisper-WebUI. Documentation is available via /redoc or root URL with redirection.
""",
version="0.0.1",
lifespan=lifespan
Expand Down

0 comments on commit 55e7846

Please sign in to comment.