Ahmed-14 commited on
Commit
5b52bb2
·
1 Parent(s): 19657b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from llama_index import SimpleDirectoryReader, GPTSimpleVectorIndex, LLMPredicto
16
  from langchain import OpenAI
17
 
18
 
19
- documents = SimpleDirectoryReader('https://huggingface.co/spaces/waelabou/Gochat247Demo/tree/main/Data').load_data()
20
 
21
 
22
  # Setup your LLM
 
16
  from langchain import OpenAI
17
 
18
 
19
+ documents = SimpleDirectoryReader('https://huggingface.co/spaces/GoChat/GoChat247Demo/tree/main/Data').load_data()
20
 
21
 
22
  # Setup your LLM