Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ token = os.environ.get("token")
|
|
6 |
|
7 |
# Clone the repository using the token
|
8 |
repo_url = f"https://robocan:{token}@huggingface.co/robocan/GeoG_City"
|
9 |
-
destination_dir = "
|
10 |
|
11 |
# Run the git clone command using subprocess
|
12 |
subprocess.run(["git", "clone", repo_url, destination_dir], check=True)
|
|
|
6 |
|
7 |
# Clone the repository using the token
|
8 |
repo_url = f"https://robocan:{token}@huggingface.co/robocan/GeoG_City"
|
9 |
+
destination_dir = os.path.expanduser("~/SVD") # Use a directory in the home directory
|
10 |
|
11 |
# Run the git clone command using subprocess
|
12 |
subprocess.run(["git", "clone", repo_url, destination_dir], check=True)
|