pytholic commited on
Commit
95ce0a4
·
1 Parent(s): 31104c0

app.py fixed

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -75,7 +75,7 @@ def app():
75
  outputs=gr.Label(
76
  num_top_classes=3,
77
  ),
78
- examples=examples=[
79
  "./test_images/dog.jpeg",
80
  "./test_images/cat.jpeg",
81
  "./test_images/butterfly.jpeg",
 
75
  outputs=gr.Label(
76
  num_top_classes=3,
77
  ),
78
+ examples=[
79
  "./test_images/dog.jpeg",
80
  "./test_images/cat.jpeg",
81
  "./test_images/butterfly.jpeg",