Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ repo = Repository(
|
|
48 |
local_dir="Private_Book", # Local directory to clone the repository
|
49 |
repo_type="dataset", # Specify that this is a dataset repository
|
50 |
clone_from="Anne31415/Private_Book", # Replace with your repository URL
|
51 |
-
token=os.environ["
|
52 |
)
|
53 |
repo.git_pull() # Pull the latest changes (if any)
|
54 |
|
|
|
48 |
local_dir="Private_Book", # Local directory to clone the repository
|
49 |
repo_type="dataset", # Specify that this is a dataset repository
|
50 |
clone_from="Anne31415/Private_Book", # Replace with your repository URL
|
51 |
+
token=os.environ["HUB_TOKEN2"] # Use the secret token to authenticate
|
52 |
)
|
53 |
repo.git_pull() # Pull the latest changes (if any)
|
54 |
|