bstraehle commited on
Commit
b893573
·
verified ·
1 Parent(s): 3b3f196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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",