Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ iface = gr.Interface(
|
|
27 |
gr.Textbox(label="OpenAI API KEY:", type="password")
|
28 |
],
|
29 |
outputs=[
|
30 |
-
gr.
|
31 |
-
gr.
|
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."
|