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