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