bkoz commited on
Commit
a1f36e8
·
1 Parent(s): 25f2837

initial code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ logging.basicConfig(level=logging.INFO)
16
 
17
  client = weaviate.connect_to_embedded(
18
  headers={
19
- "X-Huggingface-Api-Key": os.environ["HF_TOKEN"] # Replace with your inference API key
20
  }
21
  )
22
 
 
16
 
17
  client = weaviate.connect_to_embedded(
18
  headers={
19
+ "X-Huggingface-Api-Key": os.environ["HUGGINGFACE_API_KEY"] # Replace with your inference API key
20
  }
21
  )
22