thechaiexperiment commited on
Commit
0a3c7e7
·
1 Parent(s): a73ba0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def load_embeddings() -> Optional[Dict[str, np.ndarray]]:
107
  embeddings_path = 'embeddings.safetensors'
108
  if not os.path.exists(embeddings_path):
109
  embeddings_path = hf_hub_download(
110
- repo_id=os.environ.get('HF_SPACE_ID', ''),
111
  filename="embeddings.safetensors",
112
  repo_type="space"
113
  )
 
107
  embeddings_path = 'embeddings.safetensors'
108
  if not os.path.exists(embeddings_path):
109
  embeddings_path = hf_hub_download(
110
+ repo_id=os.environ.get('thechaiexperiment/TeaRAG', ''),
111
  filename="embeddings.safetensors",
112
  repo_type="space"
113
  )