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