beit / app.py
akhaliq's picture
akhaliq HF staff
Update app.py
55a04f6
raw
history blame
225 Bytes
import gradio as gr
title="BEiT"
description="Gradio demo for BEiT: BERT Pre-Training of Image Transformers"
gr.Interface.load("huggingface/microsoft/beit-base-patch16-224-pt22k",title=title,description=description).launch()