model / app.py
nnxdiaa's picture
Update app.py
0bfec8b
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()