File size: 199 Bytes
57d7395
 
 
e7d437c
57d7395
 
 
1
2
3
4
5
6
7
8
import gradio as gr

gr.Interface.load(
             "huggingface/nvidia/mit-b0",
             theme="default",
             css=".footer{display:none !important}",
             title=None).launch()