Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Spestly
/
AtlasUI
like
3
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Spestly
commited on
Jan 26
Commit
094584b
Β·
verified
Β·
1 Parent(s):
07c3832
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,7 +7,7 @@ import re
7
import os
8
9
HF_TOKEN = os.getenv("HF_TOKEN")
10
-
login(HF_TOKEN)
11
12
MODELS = {
13
"athena-1": {
7
import os
8
9
HF_TOKEN = os.getenv("HF_TOKEN")
10
+
login(
token=
HF_TOKEN)
11
12
MODELS = {
13
"athena-1": {