import gradio as gr title="PoolFormer" description="Gradio demo for PoolFormer: MetaFormer is Actually What You Need for Vision. To use it simply upload your image or click on one of the examples to load them. Read more at the links below." article = "

MetaFormer is Actually What You Need for Vision | Github Repo

" examples=[['cat.png']] gr.Interface.load("huggingface/sail/poolformer_m48",title=title,description=description,article=article,examples=examples).launch(enable_queue=True)