IZDixit commited on
Commit
a79ccf8
·
1 Parent(s): 6206a08

edited path of gatto and doggy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def classify_image(img):
27
 
28
  image = gr.Image(height=192, width=192)
29
  label = gr.Label()
30
- examples = ['doggy.jpg','gatto.jpg']
31
 
32
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
33
  intf.launch(inline=False)
 
27
 
28
  image = gr.Image(height=192, width=192)
29
  label = gr.Label()
30
+ examples = ['/app/doggy.jpg','/app/gatto.jpg']
31
 
32
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
33
  intf.launch(inline=False)