hasibzunair commited on
Commit
e8e545e
·
1 Parent(s): 76fcfbc
Files changed (1) hide show
  1. app.py +1 -1
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
- #os.system("wget https://github.com/hasibzunair/adversarial-lesions/releases/latest/download/MelaNet.h5")
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