Spaces:
Runtime error
Runtime error
nisharg nargund
commited on
Commit
·
7429b06
1
Parent(s):
3ae03d4
Update app.py
Browse files
app.py
CHANGED
@@ -8,11 +8,11 @@ Original file is located at
|
|
8 |
|
9 |
# Import Statements
|
10 |
"""
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
|
17 |
from zipfile import ZipFile
|
18 |
file_name = "brain_tumor_dataset_kaggle.zip"
|
|
|
8 |
|
9 |
# Import Statements
|
10 |
"""
|
11 |
+
pip install keras
|
12 |
+
pip install tensorflow
|
13 |
+
pip install numpy
|
14 |
+
pip install pandas
|
15 |
+
pip install matplotlib.pyplot
|
16 |
|
17 |
from zipfile import ZipFile
|
18 |
file_name = "brain_tumor_dataset_kaggle.zip"
|