Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from llama_index import SimpleDirectoryReader, GPTListIndex, readers, GPTSimpleVectorIndex, LLMPredictor, PromptHelper
|
|
|
3 |
import sys
|
4 |
import os
|
5 |
from IPython.display import Markdown, display
|
|
|
1 |
import gradio as gr
|
2 |
from llama_index import SimpleDirectoryReader, GPTListIndex, readers, GPTSimpleVectorIndex, LLMPredictor, PromptHelper
|
3 |
+
from langchain import OpenAI
|
4 |
import sys
|
5 |
import os
|
6 |
from IPython.display import Markdown, display
|