Spaces:
Runtime error
Runtime error
Commit ·
09b7e6f
1
Parent(s): b8e7543
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
gr.Interface.load("models/mkbasantes/mnist",
|
| 4 |
-
examples=[["
|
| 5 |
-
title = '<h1 style="text-align: center;">
|
| 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()
|