Update app.py
Browse files
app.py
CHANGED
@@ -84,9 +84,9 @@ with gr.Blocks() as demo:
|
|
84 |
gr.Markdown("## Upload an MRI scan image to predict MS or Non-MS patient.")
|
85 |
with gr.Row():
|
86 |
input_image = gr.Image()
|
87 |
-
output_text = gr.Textbox()
|
88 |
-
output_plot = gr.Plot()
|
89 |
predict_button = gr.Button("Predict")
|
|
|
|
|
90 |
|
91 |
with gr.TabItem("Description"):
|
92 |
readme_content = gr.Markdown(load_readme())
|
|
|
84 |
gr.Markdown("## Upload an MRI scan image to predict MS or Non-MS patient.")
|
85 |
with gr.Row():
|
86 |
input_image = gr.Image()
|
|
|
|
|
87 |
predict_button = gr.Button("Predict")
|
88 |
+
output_text = gr.Textbox()
|
89 |
+
output_plot = gr.Plot()
|
90 |
|
91 |
with gr.TabItem("Description"):
|
92 |
readme_content = gr.Markdown(load_readme())
|