Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ if UseMemory:
|
|
41 |
except:
|
42 |
print("file not found")
|
43 |
repo = Repository(local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN)
|
44 |
-
repo.git_pull(rebase=True)
|
|
|
45 |
|
46 |
def get_df(name: str):
|
47 |
dataset = load_dataset(str, split="train")
|
|
|
41 |
except:
|
42 |
print("file not found")
|
43 |
repo = Repository(local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN)
|
44 |
+
#repo.git_pull(rebase=True)
|
45 |
+
#repo.git_pull()
|
46 |
|
47 |
def get_df(name: str):
|
48 |
dataset = load_dataset(str, split="train")
|