Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anamargarida
/
Trial
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anamargarida
commited on
Feb 26
Commit
c55aca5
·
verified
·
1 Parent(s):
0b626fe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ import re
8
import copy
9
10
hf_token = st.secrets["HUGGINGFACE_TOKEN"]
11
-
login(token=
HUGGINGFACE_TOKEN
)
12
13
14
8
import copy
9
10
hf_token = st.secrets["HUGGINGFACE_TOKEN"]
11
+
login(token=
hf_token
)
12
13
14