Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,6 @@ gr.close_all()
|
|
28 |
|
29 |
demo = gr.Interface(fn = invoke,
|
30 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
31 |
-
gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
|
32 |
gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Advanced RAG to Agentic RAG", lines = 1)],
|
33 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
34 |
title = "Agentic RAG: LinkedIn Post Generation",
|
|
|
28 |
|
29 |
demo = gr.Interface(fn = invoke,
|
30 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
|
|
31 |
gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Advanced RAG to Agentic RAG", lines = 1)],
|
32 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
33 |
title = "Agentic RAG: LinkedIn Post Generation",
|