Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with st.container():
|
|
80 |
|
81 |
with st.container():
|
82 |
# HuggingFace API KEY input
|
83 |
-
|
84 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
85 |
|
86 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
|
80 |
|
81 |
with st.container():
|
82 |
# HuggingFace API KEY input
|
83 |
+
API_KEY = st.text_input("Enter your HuggingFace API key", type="password")
|
84 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
85 |
|
86 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|