Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atlasia
/
Masked-LM-Moroccan-Darija
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdeljalilELmajjodi
commited on
Feb 6
Commit
a81b12c
·
verified
·
1 Parent(s):
5471dd3
add environ
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -4,7 +4,7 @@ from transformers import pipeline
4
import os
5
6
#load_dotenv()
7
-
key=os.environ
(
"HF_KEY"
)
8
9
10
def load_model():
4
import os
5
6
#load_dotenv()
7
+
key=os.environ
[
"HF_KEY"
]
8
9
10
def load_model():