Spaces:
Runtime error
Runtime error
- app.py +2 -0
- data/kion.json +0 -0
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
|
|
|
|
|
|
| 3 |
from llama_index import GPTSimpleVectorIndex, SimpleDirectoryReader, ServiceContext,LLMPredictor
|
| 4 |
from langchain.chat_models import ChatOpenAI
|
| 5 |
from llama_index.llm_predictor.chatgpt import ChatGPTLLMPredictor
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
+
import gradio
|
| 4 |
+
|
| 5 |
from llama_index import GPTSimpleVectorIndex, SimpleDirectoryReader, ServiceContext,LLMPredictor
|
| 6 |
from langchain.chat_models import ChatOpenAI
|
| 7 |
from llama_index.llm_predictor.chatgpt import ChatGPTLLMPredictor
|
data/kion.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|