Keith Bourne commited on
Commit
1d2f8ff
1 Parent(s): ab0f018

Add more GS code 11

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -45,6 +45,9 @@ print("hfh", huggingface_hub.__version__)
45
  repo = Repository(
46
  local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
47
  )
 
 
 
48
 
49
  # Create or clone a repo using Repository app.py 路 julien-c/persistent-data at main 5.
50
  # These methods use a token HF_TOKEN which is passed as a secret from the Hub.
 
45
  repo = Repository(
46
  local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
47
  )
48
+ print("repo connection: ", repo)
49
+
50
+
51
 
52
  # Create or clone a repo using Repository app.py 路 julien-c/persistent-data at main 5.
53
  # These methods use a token HF_TOKEN which is passed as a secret from the Hub.