Spaces:
Sleeping
Sleeping
updated token
Browse files
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()
|