sonah5009 commited on
Commit
7608a29
1 Parent(s): 33c01df

Update app.ipynb

Browse files

edit: images path

Files changed (1) hide show
  1. app.ipynb +1 -1
app.ipynb CHANGED
@@ -104,7 +104,7 @@
104
  " fn=predict_pokemon,\n",
105
  " inputs=input_image, \n",
106
  " outputs=gr.Label(),\n",
107
- " examples=[\"images/Abra1.png\", \"images/Abra2.jpg\", \"images/Abra3.jpg\", \"images/Pikachu1.jpg\", \"images/Pikachu2.png\", \"images/Pikachu3.jpg\", \"images/Zubat1.jpg\",\"images/Zubat2.jpg\",\"images/Zubat3.jpg\"], \n",
108
  " description=\"A simple mlp classification model for image classification using the mnist dataset.\")\n",
109
  "iface.launch()"
110
  ]
 
104
  " fn=predict_pokemon,\n",
105
  " inputs=input_image, \n",
106
  " outputs=gr.Label(),\n",
107
+ " examples=[\"Abra1.png\", \"Abra2.jpg\", \"Abra3.jpg\", \"Pikachu1.jpg\", \"Pikachu2.png\", \"Pikachu3.jpg\", \"Zubat1.jpg\",\"Zubat2.jpg\",\"images/Zubat3.jpg\"], \n",
108
  " description=\"A simple mlp classification model for image classification using the mnist dataset.\")\n",
109
  "iface.launch()"
110
  ]