Joekd608 commited on
Commit
aeb34af
1 Parent(s): 5a6ce0c
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ st.title("Text GenAI Model")
10
  st.subheader("Answer Random Questions Using Hugging Face Models")
11
 
12
  # Fetch Hugging Face token from Streamlit Secrets
 
13
  access_token_read = st.secrets[HF_TOKEN] # Ensure this is set in your Streamlit Cloud Secrets
14
 
15
  # Free up GPU memory (if using GPU)
 
10
  st.subheader("Answer Random Questions Using Hugging Face Models")
11
 
12
  # Fetch Hugging Face token from Streamlit Secrets
13
+ HF_TOKEN = ${{ secrets.HF_TOKEN }}
14
  access_token_read = st.secrets[HF_TOKEN] # Ensure this is set in your Streamlit Cloud Secrets
15
 
16
  # Free up GPU memory (if using GPU)