eyupipler commited on
Commit
c176ccc
·
verified ·
1 Parent(s): d02544c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def predict_and_monitor(version, image):
81
  raise gr.Error(f"Prediction Error: {e}")
82
 
83
  with gr.Blocks() as demo:
84
- gr.Markdown("Tumor Diagnosis with Vbai-TS 2.1(f,c)")
85
  with gr.Row():
86
  version = gr.Radio(['f','c'], value='c', label="Model Version | f => Fastest, c => Classic")
87
  image_in = gr.Image(type="pil", label="MRI or fMRI Image")
 
81
  raise gr.Error(f"Prediction Error: {e}")
82
 
83
  with gr.Blocks() as demo:
84
+ gr.Markdown("Tumor Diagnosis with Vbai-TS 1.0(f,c)")
85
  with gr.Row():
86
  version = gr.Radio(['f','c'], value='c', label="Model Version | f => Fastest, c => Classic")
87
  image_in = gr.Image(type="pil", label="MRI or fMRI Image")