patrickvonplaten's picture
Upload tool
ce1b66b
raw
history blame contribute delete
No virus
142 Bytes
from transformers.tools.base import launch_gradio_demo
from image_upscaling import ImageUpscalingTool
launch_gradio_demo(ImageUpscalingTool)