modals / app.py
Somoooo's picture
Rename app.pp to app.py
e2b0afa
raw
history blame contribute delete
228 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()