ccm's picture
Update app.py
0692430
raw
history blame
204 Bytes
import gradio
gradio.Interface.load(
"huggingface/cmudrc/3d-printed-or-not",
inputs=gradio.Image(),
outputs=gradio.Label(),
title="",
examples=['download.jpeg', 'not.jpeg']
).launch()