molher commited on
Commit
1e67343
·
1 Parent(s): f95cba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ interface = gr.Interface(
101
  gr.outputs.Label(label="Class"),
102
  gr.outputs.Image(label="Face")
103
  ],
104
- examples=[examples[i]["path"] for i in range(8)] # fake examples
105
  ).launch()
 
101
  gr.outputs.Label(label="Class"),
102
  gr.outputs.Image(label="Face")
103
  ],
104
+ #examples=[examples[i]["path"] for i in range(8)] # fake examples
105
  ).launch()