Spaces:
Build error
Build error
Commit
·
e8e545e
1
Parent(s):
76fcfbc
add files
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from PIL import Image
|
|
10 |
from tensorflow.keras.models import load_model
|
11 |
|
12 |
# Get model weights
|
13 |
-
|
14 |
|
15 |
# Load model
|
16 |
model = None
|
|
|
10 |
from tensorflow.keras.models import load_model
|
11 |
|
12 |
# Get model weights
|
13 |
+
os.system("wget https://github.com/hasibzunair/adversarial-lesions/releases/latest/download/MelaNet.h5")
|
14 |
|
15 |
# Load model
|
16 |
model = None
|