Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def predict(image):
|
|
52 |
|
53 |
with gr.Blocks(css=".gradio-container {background:honeydew;}", title="MNIST ει‘ε¨"
|
54 |
) as demo:
|
55 |
-
gr.HTML("""<div style="font-family:'Times New Roman, Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">MNIST ει‘ε¨</div>""")
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Tab("γγ£γ³γγΉ"):
|
|
|
52 |
|
53 |
with gr.Blocks(css=".gradio-container {background:honeydew;}", title="MNIST ει‘ε¨"
|
54 |
) as demo:
|
55 |
+
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">MNIST ει‘ε¨</div>""")
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Tab("γγ£γ³γγΉ"):
|