video-crop-tool / app.py
smellslikeml
adding video_crop_tool
26cfda6
raw
history blame contribute delete
128 Bytes
from transformers.tools.base import launch_gradio_demo
from video_crop import VideoCropTool
launch_gradio_demo(VideoCropTool)