remove the first git pull
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ if HF_TOKEN:
|
|
29 |
repo = Repository(
|
30 |
local_dir="./data/", clone_from="HuggingFaceH4/starchat-prompts", use_auth_token=HF_TOKEN, repo_type="dataset"
|
31 |
)
|
32 |
-
repo.git_pull(rebase=True)
|
33 |
|
34 |
|
35 |
def save_inputs_and_outputs(inputs, outputs, generate_kwargs):
|
|
|
29 |
repo = Repository(
|
30 |
local_dir="./data/", clone_from="HuggingFaceH4/starchat-prompts", use_auth_token=HF_TOKEN, repo_type="dataset"
|
31 |
)
|
|
|
32 |
|
33 |
|
34 |
def save_inputs_and_outputs(inputs, outputs, generate_kwargs):
|