Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
philschmid/igel-playground
trl-lib
/
stack-llama
like
213
Runtime error
App
Files
Files
Community
39
lvwerra
HF staff
commited on
Aug 8, 2023
Commit
3b7c91c
•
1 Parent(s):
ec23712
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -32,6 +32,7 @@ if HF_TOKEN:
32
folder_path="./data/",
33
path_in_repo="./",
34
every=10,
35
)
36
37
32
folder_path="./data/",
33
path_in_repo="./",
34
every=10,
35
+
token=HF_TOKEN
36
)
37
38