Joekd608 commited on
Commit
5a6ce0c
1 Parent(s): 4b868bf
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
- access_token_read = st.secrets["HUGGINGFACE_TOKEN"] # Ensure this is set in your Streamlit Cloud Secrets
14
 
15
  # Free up GPU memory (if using GPU)
16
  torch.cuda.empty_cache()
 
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)
16
  torch.cuda.empty_cache()