Spaces:
Build error
Build error
Update pages/embeding.py
Browse files- pages/embeding.py +1 -1
pages/embeding.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
# Replace this with your HF token
|
| 3 |
-
|
| 4 |
|
| 5 |
from embedchain import App
|
| 6 |
|
|
|
|
| 1 |
import os
|
| 2 |
# Replace this with your HF token
|
| 3 |
+
HUGGINGFACE_ACCESS_TOKEN = os.getenv('HUGGINGFACE_ACCESS_TOKEN')
|
| 4 |
|
| 5 |
from embedchain import App
|
| 6 |
|