edogarci commited on
Commit
b5b09f6
·
1 Parent(s): 81e4a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,8 +43,8 @@ with gr.Blocks() as demo:
43
  label='Uninfected Cells')
44
  with gr.Column():
45
  cell_class = gr.Label(value='...')
 
46
 
47
- predict_btn = gr.Button("Predict")
48
  predict_btn.click(fn=make_prediction, inputs=cell_img, outputs=cell_class)
49
 
50
  demo.launch(debug=True)
 
43
  label='Uninfected Cells')
44
  with gr.Column():
45
  cell_class = gr.Label(value='...')
46
+ predict_btn = gr.Button("Predict")
47
 
 
48
  predict_btn.click(fn=make_prediction, inputs=cell_img, outputs=cell_class)
49
 
50
  demo.launch(debug=True)