from transformers.tools.base import launch_gradio_demo
from image_upscaling import ImageUpscalingTool

launch_gradio_demo(ImageUpscalingTool)