Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| gr.Interface.load("models/mkbasantes/mnist", | |
| examples=[["uno.jpeg"]], | |
| title = '<h1 style="text-align: center;">MNIST </h1>' | |
| ).launch() |
| import gradio as gr | |
| gr.Interface.load("models/mkbasantes/mnist", | |
| examples=[["uno.jpeg"]], | |
| title = '<h1 style="text-align: center;">MNIST </h1>' | |
| ).launch() |