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