models / app.py
sonobit's picture
Update app.py
3f308ec
raw
history blame contribute delete
229 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/microsoft/beit-base-patch16-224-pt22k-ft22k",
theme="default",
css=".footer{display:none !important}",
title=None).launch()