File size: 223 Bytes
3e9e5c9
 
 
 
f21e42d
 
0692430
9611ac8
1
2
3
4
5
6
7
8
9
import gradio

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