models / app.py
munta's picture
Update app.py
e7d437c
import gradio as gr
gr.Interface.load(
"huggingface/nvidia/mit-b0",
theme="default",
css=".footer{display:none !important}",
title=None).launch()