dawn17 commited on
Commit
b9d24e7
·
1 Parent(s): bc264b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ demo = gr.Interface(
164
  gr.Image(shape=(32, 32)).style(width=128, height=128),
165
  gr.Label(label="Top Classes"),
166
  ],
167
- examples=[[os.path.join("./samples/", f)] for f in os.listdir("samples/")]
168
  )
169
 
170
 
 
164
  gr.Image(shape=(32, 32)).style(width=128, height=128),
165
  gr.Label(label="Top Classes"),
166
  ],
167
+ examples=[[os.path.join("./samples/", f)] for f in os.listdir("./samples/")]
168
  )
169
 
170