asrilmurdian commited on
Commit
fe915b2
·
verified ·
1 Parent(s): aef0579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with st.container():
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}"}
 
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}"}