Louis VAUBOURDOLLE commited on
Commit
c018a0a
·
1 Parent(s): a505967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -15,10 +15,6 @@ iface = gr.Interface(
15
  analyse,
16
  gr.inputs.Image(shape=(128,128)),
17
  "text",
18
- examples=[
19
- 'Dataset/Non_Demented/non.jpg',
20
- 'Dataset/Moderate_Demented/moderate.jpg',
21
- 'Dataset/Mild_Demented/mild.jpg',
22
- 'Dataset/Very_Mild_Demented/verymild.jpg'],
23
  )
24
  iface.launch()
 
15
  analyse,
16
  gr.inputs.Image(shape=(128,128)),
17
  "text",
18
+ examples=['non.jpg', 'moderate.jpg', 'mild.jpg', 'verymild.jpg'],
 
 
 
 
19
  )
20
  iface.launch()