Update URL for batch async video upsampling

This commit is contained in:
Zluo003
2026-01-28 20:55:15 +08:00
committed by GitHub
parent 6e0803d76c
commit 56f75f1a39

View File

@@ -996,7 +996,7 @@ class FlowClient:
Returns:
同 generate_video_text
"""
url = f"{self.api_base_url}/video:batchAsyncUpsampleVideo"
url = f"{self.api_base_url}/video:batchAsyncGenerateVideoUpsampleVideo"
# 403/reCAPTCHA 重试逻辑 - 最多重试3次
max_retries = 3