Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import streamlit as st
|
|
| 3 |
from gpt_index import GPTSimpleVectorIndex
|
| 4 |
|
| 5 |
# Load the index from disk
|
| 6 |
-
index = GPTSimpleVectorIndex.load_from_disk('index.json')
|
| 7 |
|
| 8 |
# Define the app layout
|
| 9 |
st.title('GPT Search')
|
|
|
|
| 3 |
from gpt_index import GPTSimpleVectorIndex
|
| 4 |
|
| 5 |
# Load the index from disk
|
| 6 |
+
index = GPTSimpleVectorIndex.load_from_disk('index-4.json')
|
| 7 |
|
| 8 |
# Define the app layout
|
| 9 |
st.title('GPT Search')
|