m-ric's picture
m-ric HF staff
Update app.py
42a17e8 verified
raw
history blame contribute delete
No virus
159 Bytes
from transformers.agents.tools import launch_gradio_demo
from image_transformation import ImageTransformationTool
launch_gradio_demo(ImageTransformationTool)