mohitkumarrajbadi commited on
Commit
c745d81
·
1 Parent(s): 7ac3fa4

Replaced the token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import asyncio
15
  # Utility Functions
16
  # -------------------------------
17
 
18
- token = "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"
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