Spaces:
Build error
Build error
Commit
·
c745d81
1
Parent(s):
7ac3fa4
Replaced the token
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import asyncio
|
|
15 |
# Utility Functions
|
16 |
# -------------------------------
|
17 |
|
18 |
-
token = "
|
19 |
os.environ['CURL_CA_BUNDLE'] = ''
|
20 |
|
21 |
@st.cache_resource
|
|
|
15 |
# Utility Functions
|
16 |
# -------------------------------
|
17 |
|
18 |
+
token = st.secrets["HF_TOKEN"]
|
19 |
os.environ['CURL_CA_BUNDLE'] = ''
|
20 |
|
21 |
@st.cache_resource
|