smellslikeml
initial commit
69c46d2
raw
history blame contribute delete
151 Bytes
from transformers.tools.base import launch_gradio_demo
from video_stabilizer import VideoStabilizationTool
launch_gradio_demo(VideoStabilizationTool)