Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,6 @@ with gr.Blocks() as demo:
|
|
| 44 |
with gr.Column():
|
| 45 |
cell_class = gr.Label(value='...')
|
| 46 |
predict_btn = gr.Button("Predict")
|
| 47 |
-
link_element = gr.outputs.HTML('<a href="https://github.com/edogarci/CNN_cell_class/blob/main/cell_class_TRAINED.ipynb">Link to Jupyter Notebook</a>')
|
| 48 |
|
| 49 |
predict_btn.click(fn=make_prediction, inputs=cell_img, outputs=cell_class)
|
| 50 |
|
|
|
|
| 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 |
|