Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
34f8cdb
1
Parent(s):
18693e8
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/61b352960b95f66c2b1dd346ea9ab1ccabfcfc23b51977cbfd301889bf7304ef.abd9063484d155f44754cefcb942e98bba5da8aa506173e68fb8f1439acdb419.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")
|