Spaces:
Runtime error
Runtime error
Commit
·
a3d1aca
1
Parent(s):
f1d5797
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_url, cached_download
|
|
9 |
|
10 |
TOKEN = os.environ['TOKEN']
|
11 |
|
12 |
-
with open(cached_download(hf_hub_url('breadlicker45/this_GPU_doesnt_exist', 'network-snapshot-000144.pkl'), use_auth_token=TOKEN), 'rb') as f:
|
13 |
G = pickle.load(f)['G_ema']# torch.nn.Module
|
14 |
|
15 |
device = torch.device("cpu")
|
|
|
9 |
|
10 |
TOKEN = os.environ['TOKEN']
|
11 |
|
12 |
+
with open(cached_download(hf_hub_url('breadlicker45/this_GPU_doesnt_exist', 'network-snapshot-000144 (1).pkl'), use_auth_token=TOKEN), 'rb') as f:
|
13 |
G = pickle.load(f)['G_ema']# torch.nn.Module
|
14 |
|
15 |
device = torch.device("cpu")
|