aksrad commited on
Commit
80d9cdc
·
verified ·
1 Parent(s): 9d5301d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Intracranial Hemorrhage Classifier on CT",
38
- description = "Upload an CT image, and the model will classify if there is hemorrhage or not with the confidence score."
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