DLBot commited on
Commit
ca151e5
·
verified ·
1 Parent(s): 46cab82

removed source

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def classify_images(im):
9
 
10
 
11
 
12
- img=gr.Image(source="upload",type="pil")
13
  label=gr.Label()
14
  examples=["0.jpeg","2.jpeg","4.jpeg"]
15
 
 
9
 
10
 
11
 
12
+ img=gr.Image(type="pil")
13
  label=gr.Label()
14
  examples=["0.jpeg","2.jpeg","4.jpeg"]
15