modelscope / modelscope

ModelScope: bring the notion of Model-as-a-Service to life.
https://www.modelscope.cn/
Apache License 2.0
7.04k stars 723 forks source link

gr.Video() cannot work on studios #1074

Open monetjoe opened 2 weeks ago

monetjoe commented 2 weeks ago

If using filepath, the studio can go online without error, but the video cannot display, like below: image

If using url, the studio cannot go online by runtime error (ssl error, even if I upload video onto modelscope hostname, it still reports www.modelscope.com did not pass the ssl security check 🤣)

Thanks for your error report and we appreciate it a lot.

Checklist

Describe the bug A clear and concise description of what the bug is.

To Reproduce

Your Environments (required)

Please @ corresponding people according to your problem:

Model related: @tastelikefeet

Model hub related: @liuyhwangyh @tastelikefeet @wangxingjun778

Dataset releated: @wangxingjun778

Finetune related: @tastelikefeet @Jintao-Huang

Pipeline related: @tastelikefeet @wangxingjun778

Contribute your model: @yingdachen

LiJiayi96 commented 1 week ago

We will resolve the SSL error next week. In the meantime, you might try using the image of version ModelScope 1.17.1, which typically does not encounter SSL errors.

The 'video cannot display' issue is related to the sensitive content check, which may take anywhere from a few seconds to several minutes, particularly for longer videos.

monetjoe commented 1 week ago

We will resolve the SSL error next week. In the meantime, you might try using the image of version ModelScope 1.17.1, which typically does not encounter SSL errors.

The 'video cannot display' issue is related to the sensitive content check, which may take anywhere from a few seconds to several minutes, particularly for longer videos.

No SSL error does not mean the gr.Video can work well: image