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