LoneWolfgang commited on
Commit
fdb190c
·
1 Parent(s): 56ec698

Changed pagetext

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +129,8 @@ demo = gr.Interface(
129
  fn=answer_query,
130
  inputs=gr.Textbox(label="Enter your question"),
131
  outputs=gr.Markdown(label="Answer"),
132
- title="RAG Demo",
133
- description="Retrieve content and answers questions about abalone.",
134
  theme="soft",
135
  )
136
 
 
129
  fn=answer_query,
130
  inputs=gr.Textbox(label="Enter your question"),
131
  outputs=gr.Markdown(label="Answer"),
132
+ title="Abalone RAG",
133
+ description="FAISS + SBERT Indexing & Retrieval. FLAN-T5 Generates.",
134
  theme="soft",
135
  )
136