Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ demo = gr.Interface(fn = invoke,
|
|
23 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
24 |
gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Agentic RAG", lines = 1)],
|
25 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
26 |
-
title = "Multi-Agent RAG:
|
27 |
description = os.environ["DESCRIPTION"])
|
28 |
|
29 |
demo.launch()
|
|
|
23 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
24 |
gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Agentic RAG", lines = 1)],
|
25 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
26 |
+
title = "Multi-Agent RAG: Blog Post Generation",
|
27 |
description = os.environ["DESCRIPTION"])
|
28 |
|
29 |
demo.launch()
|