Joekd608 commited on
Commit
0eb4d0a
1 Parent(s): aeb34af
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +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
- 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)
 
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)