ClassCat commited on
Commit
836ecfc
Β·
1 Parent(s): 976b747

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/sample2.png', 'examples/sample4.png'], inputs=input_image2)
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