Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ demo = gr.Interface(fn = invoke,
|
|
79 |
gr.Textbox(label = "Prompt", lines = 1, value = "What is today's date?"),
|
80 |
gr.Radio([AGENT_OFF, AGENT_ON], label = "Use Agent", value = AGENT_OFF)],
|
81 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
82 |
-
title = "
|
83 |
description = os.environ["DESCRIPTION"],
|
84 |
examples = [["sk-", "What is today's date?", AGENT_ON],
|
85 |
["sk-", "What is the weather in Irvine, California? Answer in imperial system.", AGENT_ON]],
|
|
|
79 |
gr.Textbox(label = "Prompt", lines = 1, value = "What is today's date?"),
|
80 |
gr.Radio([AGENT_OFF, AGENT_ON], label = "Use Agent", value = AGENT_OFF)],
|
81 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
82 |
+
title = "Real-Time Reasoning Application",
|
83 |
description = os.environ["DESCRIPTION"],
|
84 |
examples = [["sk-", "What is today's date?", AGENT_ON],
|
85 |
["sk-", "What is the weather in Irvine, California? Answer in imperial system.", AGENT_ON]],
|