shoom013 commited on
Commit
10634ae
1 Parent(s): 04b0d13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,8 +11,7 @@ from llama_index.core import (
11
  Document,
12
  Settings,
13
  )
14
- from llama_index.llms.huggingface import (HuggingFaceLLM, )
15
- from llama_index.llms.huggingface.api import (HuggingFaceInferenceAPI, )
16
  from llama_index.core.base.llms import ChatMessage
17
  from huggingface_hub import login
18
  import chromadb as chromadb
 
11
  Document,
12
  Settings,
13
  )
14
+ from llama_index.llms.huggingface import (HuggingFaceLLM, HuggingFaceInferenceAPI, )
 
15
  from llama_index.core.base.llms import ChatMessage
16
  from huggingface_hub import login
17
  import chromadb as chromadb