lysandre's picture
lysandre HF staff
Initial commit
6853258
raw
history blame
No virus
157 Bytes
from transformers.tools.base import launch_gradio_demo
from image_transformation import ImageTransformationTool
launch_gradio_demo(ImageTransformationTool)