lysandre's picture
lysandre HF staff
Update app.py
429465d
from transformers.tools.base import launch_gradio_demo
from image_transformation import ControlNetTransformationTool
launch_gradio_demo(ControlNetTransformationTool)