patti-j commited on
Commit
6890ffb
1 Parent(s): 74f2506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # Import dependencies
2
  import gradio as gr
3
- from llama_index import LlamaSimpleVectorIndex
4
 
5
  def response(message):
6
  response = "You said: " + message
 
1
  # Import dependencies
2
  import gradio as gr
3
+ from llama_index import GPTSimpleVectorIndex
4
 
5
  def response(message):
6
  response = "You said: " + message