mkbasantes's picture
Update app.py
09b7e6f
raw
history blame contribute delete
224 Bytes
import gradio as gr
gr.Interface.load("models/mkbasantes/mnist",
examples=[["uno.jpeg"]],
title = '<h1 style="text-align: center;">MNIST </h1>'
).launch()