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