Spaces:
Running
Running
aisyahhrazak
commited on
Commit
•
535c2fb
1
Parent(s):
25bff98
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from PIL import Image
|
|
14 |
from nltk import bigrams
|
15 |
import malaya
|
16 |
from collections import Counter
|
17 |
-
|
18 |
|
19 |
HF_TOKEN = os.getenv('hf_token')
|
20 |
|
|
|
14 |
from nltk import bigrams
|
15 |
import malaya
|
16 |
from collections import Counter
|
17 |
+
import os
|
18 |
|
19 |
HF_TOKEN = os.getenv('hf_token')
|
20 |
|