ccm commited on
Commit
3e9e5c9
1 Parent(s): c462902

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import gradio
2
+
3
+ gradio.Interface.load(
4
+ "huggingface/cmudrc/3d-printed-or-not",
5
+ inputs=gradio.Image(),
6
+ outputs=gradio.Label(),
7
+ title=""
8
+ examples=dataset['download.jpeg', 'not.jpeg']
9
+ ).launch()