models / app.py
sky3r's picture
Create app.py
a93135b
raw
history blame contribute delete
198 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/nvidia/mit-b0",
theme="default",
css=".footer{display:none !important}",
title=None).launch()