nestole commited on
Commit
bd582eb
·
verified ·
1 Parent(s): 627b3d2

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -1
run.py CHANGED
@@ -20,7 +20,6 @@ collection = client.get_collection(name="chromatsc", embedding_function=sentence
20
 
21
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
22
 
23
- from huggingface_hub import InferenceClient
24
  from nltk.tokenize import word_tokenize
25
  import pandas as pd
26
  import string
 
20
 
21
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
22
 
 
23
  from nltk.tokenize import word_tokenize
24
  import pandas as pd
25
  import string