Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
18693e8
1
Parent(s):
190367b
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ DESCRIPTION = f'''This model generates healthy MR Brain Images.
|
|
30 |
hf_hub_download("SerdarHelli/Brain-MRI-GAN", filename="brainmrigan.pkl",cache_dir="./model")
|
31 |
|
32 |
|
33 |
-
network_pkl='./model/
|
34 |
with open(network_pkl, 'rb') as f:
|
35 |
G = pickle.load(f)['G_ema']
|
36 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
30 |
hf_hub_download("SerdarHelli/Brain-MRI-GAN", filename="brainmrigan.pkl",cache_dir="./model")
|
31 |
|
32 |
|
33 |
+
network_pkl='./model/ba7d59c11284263bc65432c28ce23a5a8f9239ecfabedae865ffc72744f5b98b.pkl'
|
34 |
with open(network_pkl, 'rb') as f:
|
35 |
G = pickle.load(f)['G_ema']
|
36 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|