Skip to content

Commit

Permalink
Update gen_openapi.py
Browse files Browse the repository at this point in the history
spelling check
  • Loading branch information
JJassonn69 authored Nov 15, 2024
1 parent 87dbaf1 commit 5900487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/gen_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def write_openapi(fname: str, entrypoint: str = "runner"):
app.include_router(image_to_text.router)
app.include_router(live_video_to_video.router)
app.include_router(text_to_speech.router)
app.include_router(frame-interpoolation.router)
app.include_router(frame-interpolation.router)

logger.info(f"Generating OpenAPI schema for '{entrypoint}' entrypoint...")
openapi = get_openapi(
Expand Down

0 comments on commit 5900487

Please sign in to comment.