Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|