yuragoithf commited on
Commit
082adb2
1 Parent(s): 284eba0

Upload 4 files

Browse files
Files changed (3) hide show
  1. 03_cat.jpg +0 -0
  2. 05_dog.jpg +0 -0
  3. app.py +1 -1
03_cat.jpg ADDED
05_dog.jpg ADDED
app.py CHANGED
@@ -48,4 +48,4 @@ model = load_model()
48
  gr.Interface(fn=classify_image,
49
  inputs=gr.Image(shape=(32, 32)),
50
  outputs=gr.Label(num_top_classes=3),
51
- examples=["banana.jpg", "car.jpg"]).launch()
 
48
  gr.Interface(fn=classify_image,
49
  inputs=gr.Image(shape=(32, 32)),
50
  outputs=gr.Label(num_top_classes=3),
51
+ examples=["03_cat.jpg", "05_dog.jpg"]).launch()