mkbasantes commited on
Commit
09b7e6f
·
1 Parent(s): b8e7543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/mkbasantes/mnist",
4
- examples=[["benign.png"], ["malignant .png"]],
5
- title = '<h1 style="text-align: center;">Breast Cancer </h1>'
6
 
7
  ).launch()
 
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/mkbasantes/mnist",
4
+ examples=[["uno.jpeg"]],
5
+ title = '<h1 style="text-align: center;">MNIST </h1>'
6
 
7
  ).launch()