ryo2 commited on
Commit
c604388
·
verified ·
1 Parent(s): 482941a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as app:
57
  "## <center> ダンゴムシの腹側からの画像を、機械学習で判別できるモデルです\n"
58
  )
59
  inputs = gr.Image()
60
- gr.Gallery(label="結果")
61
  btn = gr.Button("judge")
62
  btn.click(inference, inputs, output)
63
  app.launch()
 
57
  "## <center> ダンゴムシの腹側からの画像を、機械学習で判別できるモデルです\n"
58
  )
59
  inputs = gr.Image()
60
+ output = gr.Gallery(label="結果")
61
  btn = gr.Button("judge")
62
  btn.click(inference, inputs, output)
63
  app.launch()