robocan commited on
Commit
9b889da
·
verified ·
1 Parent(s): 76ede79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  import torch
2
  from torch.utils.data import Dataset, DataLoader
3
  import pandas as pd
 
1
+ import os
2
+
3
+ # Retrieve the token from the environment variables
4
+ token = os.environ.get("token")
5
+
6
+ # Clone the repository using the token
7
+ !git clone https://robocan:{token}@huggingface.co/robocan/GeoG_City /SVD
8
+
9
  import torch
10
  from torch.utils.data import Dataset, DataLoader
11
  import pandas as pd