Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(fn = invoke,
|
|
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
|
86 |
cache_examples = False)
|
87 |
|
88 |
demo.launch()
|
|
|
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, in imperial system? Suggest activities.", AGENT_ON]],
|
86 |
cache_examples = False)
|
87 |
|
88 |
demo.launch()
|