Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ demo = gr.Interface(
|
|
| 27 |
gr.Textbox(lines=2, label="Question")
|
| 28 |
],
|
| 29 |
outputs="text",
|
| 30 |
-
title="🔍 QA System",
|
| 31 |
description="Ask questions from given context.",
|
| 32 |
theme=gr.themes.Soft()
|
| 33 |
)
|
|
|
|
| 27 |
gr.Textbox(lines=2, label="Question")
|
| 28 |
],
|
| 29 |
outputs="text",
|
| 30 |
+
title="🔍 RAG-QA System",
|
| 31 |
description="Ask questions from given context.",
|
| 32 |
theme=gr.themes.Soft()
|
| 33 |
)
|