Spaces:
Sleeping
Sleeping
Commit
·
8726172
1
Parent(s):
ea0753b
test
Browse files
app.py
CHANGED
@@ -14,9 +14,7 @@ st.markdown(
|
|
14 |
"""
|
15 |
)
|
16 |
|
17 |
-
|
18 |
-
# Retrieve HF Token from secrets or user input
|
19 |
-
# -------------------------------
|
20 |
|
21 |
hf_token = st.sidebar.text_input("Enter your Hugging Face API Token", type="password")
|
22 |
|
|
|
14 |
"""
|
15 |
)
|
16 |
|
17 |
+
|
|
|
|
|
18 |
|
19 |
hf_token = st.sidebar.text_input("Enter your Hugging Face API Token", type="password")
|
20 |
|