ZbindChi commited on
Commit
c43a515
1 Parent(s): 4c44afe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ iface = gr.Interface(
35
  inputs=input_image,
36
  outputs=gr.Label(),
37
  live=True,
38
- examples=["images/01.jpg", "images/02.png", "images/03.png", "images/04.jpg", "images/06.png", "images/06.png"],
39
  description="A simple mlp classification model for image classification using the mnist dataset.")
40
  iface.launch()
 
35
  inputs=input_image,
36
  outputs=gr.Label(),
37
  live=True,
38
+ examples=["images/01.jpg", "images/02.png", "images/03.png", "images/04.jpg", "images/05.png", "images/06.png"],
39
  description="A simple mlp classification model for image classification using the mnist dataset.")
40
  iface.launch()