dromerosm commited on
Commit
9155868
1 Parent(s): 206460f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ iface = gr.Interface(
27
  gr.Textbox(label="OpenAI API KEY:", type="password")
28
  ],
29
  outputs=[
30
- gr.outputs.Textbox(label="Goal output:"),
31
- gr.outputs.Json(label="Intermediate Steps")
32
  ],
33
  title="GPT Agents Demo",
34
  description="Demo application of gpt-based agents including two tools (google-search and llm-math). The result and intermediate steps are included."
 
27
  gr.Textbox(label="OpenAI API KEY:", type="password")
28
  ],
29
  outputs=[
30
+ gr.Textbox(label="Goal output:"),
31
+ gr.Json(label="Intermediate Steps")
32
  ],
33
  title="GPT Agents Demo",
34
  description="Demo application of gpt-based agents including two tools (google-search and llm-math). The result and intermediate steps are included."