models / app.py
mewmnp's picture
Update app.py
170abc1
raw
history blame contribute delete
No virus
211 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/facebook/convnext-base-224",
theme="default",
css=".footer{display:none !important}",
title=None).launch()