Spaces:
Build error
Build error
Commit ·
3c449f4
1
Parent(s): 0932b35
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,8 @@ interface = gr.Interface(
|
|
| 21 |
fn=classify_image,
|
| 22 |
inputs=image,
|
| 23 |
outputs="label",
|
| 24 |
-
title="Cerebria",
|
| 25 |
-
description="Cerebria is an AI-powered platform for early brain tumor detection through MRI scans, offering an impressive accuracy rate of over 99.24% and real-time analysis for rapid results."
|
| 26 |
)
|
| 27 |
|
| 28 |
interface.launch()
|
|
|
|
| 21 |
fn=classify_image,
|
| 22 |
inputs=image,
|
| 23 |
outputs="label",
|
| 24 |
+
title="Radia: Cerebria",
|
| 25 |
+
description="Cerebria is an AI-powered platform by Radia for early brain tumor detection through MRI scans, offering an impressive accuracy rate of over 99.24% and real-time analysis for rapid results."
|
| 26 |
)
|
| 27 |
|
| 28 |
interface.launch()
|