ccm's picture
Update app.py
9611ac8
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()