Spaces:
Runtime error
Runtime error
OnabajoMonsurat
commited on
Commit
•
a571267
1
Parent(s):
dd24f38
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def predict(img)-> Tuple[Dict, float]:
|
|
51 |
# create gradio app
|
52 |
title= 'Brain Tumor Prediction App'
|
53 |
description= 'A Brain Tumor Prediction App using EfficientNet-B0 Computer Vision Model for Multi-Class Tumor Classification'
|
54 |
-
article= 'Created
|
55 |
|
56 |
# Create the gradio demo
|
57 |
demo= gr.Interface(fn= predict,
|
|
|
51 |
# create gradio app
|
52 |
title= 'Brain Tumor Prediction App'
|
53 |
description= 'A Brain Tumor Prediction App using EfficientNet-B0 Computer Vision Model for Multi-Class Tumor Classification'
|
54 |
+
article= 'Created (here)[https://github.com/Monsurat-Onabajo/Brain_Tumor_Computer_Vision].'
|
55 |
|
56 |
# Create the gradio demo
|
57 |
demo= gr.Interface(fn= predict,
|