File size: 210 Bytes
3e9e5c9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio

gradio.Interface.load(
    "huggingface/cmudrc/3d-printed-or-not",
    inputs=gradio.Image(),
    outputs=gradio.Label(),
    title=""
    examples=dataset['download.jpeg', 'not.jpeg']
).launch()