patrickvonplaten's picture
upload tool
32e2fdf
raw
history blame
157 Bytes
from transformers.tools.base import launch_gradio_demo
from image_transformation import ImageTransformationTool
launch_gradio_demo(ImageTransformationTool)