Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(css=".gradio-container {background:honeydew;}", title="MNIST ε
|
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Tab("γγ£γ³γγΉ"):
|
59 |
-
input_image1 = gr.Image(label="
|
60 |
send_btn1 = gr.Button("ζ¨θ«γγ")
|
61 |
|
62 |
with gr.Tab("η»εγγ‘γ€γ«"):
|
|
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Tab("γγ£γ³γγΉ"):
|
59 |
+
input_image1 = gr.Image(label="γΉγ±γγ", source="canvas", type="pil", image_mode="L", shape=(28,28), invert_colors=True)
|
60 |
send_btn1 = gr.Button("ζ¨θ«γγ")
|
61 |
|
62 |
with gr.Tab("η»εγγ‘γ€γ«"):
|