Spaces:
Sleeping
Sleeping
dinhquangson
commited on
Commit
•
1c55637
1
Parent(s):
9cdcee6
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def main():
|
|
152 |
|
153 |
# set huggingface hub token in st.text_input widget
|
154 |
# then hide the input
|
155 |
-
huggingface_token = st.text_input("Enter your HuggingFace Hub token", type="password")
|
156 |
#openai_api_key = st.text_input("Enter your OpenAI API key", type="password")
|
157 |
|
158 |
# set this key as an environment variable
|
|
|
152 |
|
153 |
# set huggingface hub token in st.text_input widget
|
154 |
# then hide the input
|
155 |
+
huggingface_token = st.text_input("Enter your HuggingFace Hub token", type="password", value="DNTClESFouRJbgsoxTzdLFzYfIlGSVsWvM")
|
156 |
#openai_api_key = st.text_input("Enter your OpenAI API key", type="password")
|
157 |
|
158 |
# set this key as an environment variable
|