ClassCat commited on
Commit
cf1cd33
β€’
1 Parent(s): ed7a3f3

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="画像ε…₯εŠ›", source="canvas", type="pil", image_mode="L", shape=(28,28), invert_colors=True)
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("画像フゑむル"):