gradio
de997e67 - Adds ability to watermark videos via a `watermark` parameter in Video component (#8900)

Commit
358 days ago
Adds ability to watermark videos via a `watermark` parameter in Video component (#8900) * First pass at adding watermark to Video component * add changeset * Update video.py Space. * Adding demo files * linting * Automatically generated notebook generator * lint * Changing parentheses in check on whether conversion is needed * Unimportant comment/spacing changes * video * Update gradio/components/video.py Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * Update gradio/components/video.py Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * Update video.py Adding more details on watermark_file. * Update gradio/components/video.py Change in and/or statement. Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * Updating handling of WASM. * Add paren. * Minor lint change: if instead of elif * lint change: spacing * tweaks * fixes * demo * demos * notebooks * notebooks * remove comments * video --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Parents
  • .changeset
    • File
      tricky-humans-poke.md
  • demo/video_watermark
    • files
      • File
        a.mp4
      • File
        b.mp4
      • File
        w1.jpg
      • File
        w2.png
    • File
      run.ipynb
    • File
      run.py
  • gradio
    • components
      • File
        video.py
    • File
      templates.py
  • test/components
    • File
      test_video.py