PKU-YuanGroup / Video-LLaVA

【EMNLP 2024🔥】Video-LLaVA: Learning United Visual Representation by Alignment Before Projection
https://arxiv.org/pdf/2311.10122.pdf
Apache License 2.0
2.88k stars 207 forks source link

Uri validation issue on Replicate #157

Closed Gab1988 closed 4 months ago

Gab1988 commented 4 months ago

When attempting to use this model on Replicate I get an error in relation to the format of the URI which does not have the extension ".mp4" at the end of the path This is typical in S3 and presigned URLs with their signature Ideally this restriction should be adjusted parsing the URL to detect the file extension across the entire path string rather than just the end

Gab1988 commented 4 months ago

Apologies, the length of the video url was to long and the request was failing at OS level