reab5555 commited on
Commit
1a17e3f
·
verified ·
1 Parent(s): cbec3a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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())