File size: 212 Bytes
646d1bf
 
196874b
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

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