Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(css=".gradio-container {background:lightyellow;color:red;}", titl
|
|
62 |
with gr.Tab("η»εγγ‘γ€γ«"):
|
63 |
input_image2 = gr.Image(label="η»εε
₯ε", type="pil", image_mode="L", shape=(28, 28), invert_colors=True)
|
64 |
send_btn2 = gr.Button("ζ¨θ«γγ")
|
65 |
-
gr.Examples(['examples/
|
66 |
|
67 |
output_label=gr.Label(label="ζ¨θ«η’Ίη", num_top_classes=3)
|
68 |
|
|
|
62 |
with gr.Tab("η»εγγ‘γ€γ«"):
|
63 |
input_image2 = gr.Image(label="η»εε
₯ε", type="pil", image_mode="L", shape=(28, 28), invert_colors=True)
|
64 |
send_btn2 = gr.Button("ζ¨θ«γγ")
|
65 |
+
gr.Examples(['examples/sample02.png', 'examples/sample04.png'], inputs=input_image2)
|
66 |
|
67 |
output_label=gr.Label(label="ζ¨θ«η’Ίη", num_top_classes=3)
|
68 |
|