Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,8 +34,8 @@ interface = gr.Interface(
|
|
| 34 |
outputs = [
|
| 35 |
gr.Label(label="Prediction"), # Class name and confidence score as a labeled output
|
| 36 |
],
|
| 37 |
-
title = "
|
| 38 |
-
description = "Upload
|
| 39 |
)
|
| 40 |
|
| 41 |
# Launch the Gradio app
|
|
|
|
| 34 |
outputs = [
|
| 35 |
gr.Label(label="Prediction"), # Class name and confidence score as a labeled output
|
| 36 |
],
|
| 37 |
+
title = "Diffusion Restriction Classifier",
|
| 38 |
+
description = "Upload DWI (b=1000) image, and the model will classify if there is diffusion restriction or not with the confidence score."
|
| 39 |
)
|
| 40 |
|
| 41 |
# Launch the Gradio app
|