npuliga commited on
Commit
752844b
·
1 Parent(s): d647f1b

updated token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
14
 
15
  # Configuration
16
  # Make sure you set this secret in HF Spaces → Settings → Repository Secrets
17
- os.environ["HUGGINGFACEHUB_API_TOKEN"] = os.getenv("RAG-Test-Project")
18
 
19
  # Use a temporary folder for the Chroma database
20
  CHROMA_DIR = tempfile.mkdtemp()
 
14
 
15
  # Configuration
16
  # Make sure you set this secret in HF Spaces → Settings → Repository Secrets
17
+ # os.environ["HUGGINGFACEHUB_API_TOKEN"] = os.getenv("RAG-Test-Project")
18
 
19
  # Use a temporary folder for the Chroma database
20
  CHROMA_DIR = tempfile.mkdtemp()