Update subgen.py

This commit is contained in:
McCloudS
2024-03-04 10:02:19 -07:00
committed by GitHub
parent afd0cc6aac
commit ce9a3bd348

View File

@@ -104,7 +104,7 @@ def handle_get_request(request: Request):
@app.get("/status")
def status():
return {"version" : f"Subgen {subgen_version}, stable-ts {stable_whisper.__version__}, faster-whisper {faster_whisper.__version__}, whisper: {whisper.__version__}"}
return {"version" : f"Subgen {subgen_version}, stable-ts {stable_whisper.__version__}, whisper: {whisper.__version__}"}
@app.post("/webhook")
async def print_warning():