Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pickle
|
|
7 |
from tensorflow.keras.models import load_model
|
8 |
import os
|
9 |
|
10 |
-
os.system('wget -O model.h5 "https://drive.google.com/u/0/uc?id=1UqXYR2e3c0VW8Ax4nYLvef7Vmlx3AEGi&export=download"')
|
11 |
os.system('wget -O model2.pkl "https://drive.google.com/u/0/uc?id=1avoaq0fNGrLb4JatN0C-3rL8VnX2x4Ch&export=download"')
|
12 |
|
13 |
# Load the RGB to hyperspectral conversion model
|
|
|
7 |
from tensorflow.keras.models import load_model
|
8 |
import os
|
9 |
|
10 |
+
os.system('wget -O model.h5 "https://drive.google.com/u/0/uc?id=1UqXYR2e3c0VW8Ax4nYLvef7Vmlx3AEGi&export=download"') #download conv model from my google drive
|
11 |
os.system('wget -O model2.pkl "https://drive.google.com/u/0/uc?id=1avoaq0fNGrLb4JatN0C-3rL8VnX2x4Ch&export=download"')
|
12 |
|
13 |
# Load the RGB to hyperspectral conversion model
|