File size: 204 Bytes
3e9e5c9
 
 
 
 
 
759c26d
0692430
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=['download.jpeg', 'not.jpeg']
).launch()