Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ gr.close_all()
|
|
34 |
demo = gr.Interface(fn = invoke,
|
35 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
36 |
gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
|
37 |
-
gr.Textbox(label = "Topic", value="Evolution of
|
38 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
39 |
title = "Agentic RAG: LinkedIn Post Generation",
|
40 |
description = description)
|
|
|
34 |
demo = gr.Interface(fn = invoke,
|
35 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
36 |
gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
|
37 |
+
gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Advanced RAG to Agentic RAG", lines = 1)],
|
38 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
39 |
title = "Agentic RAG: LinkedIn Post Generation",
|
40 |
description = description)
|