Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
c6c7855
1
Parent(s):
263dcd9
fix examples
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -340,7 +340,7 @@ class GradioUI:
|
|
340 |
[stored_messages, text_input],
|
341 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
342 |
examples = gr.Examples(
|
343 |
-
examples=[["Tell me a joke based on the current local time"],["Given the current local time, what is a fun activity to do?"],["When asked for the current local time, add 6 hours to it. What is the current local time?"], ["Find significant events that happend exactly one year ago", "Generate a bold picture inspired by the current local time"]],
|
344 |
inputs=[text_input],
|
345 |
)
|
346 |
demo.launch(debug=True, share=True, ssr_mode=False, allowed_paths=["Cyberpunk.otf"], **kwargs)
|
|
|
340 |
[stored_messages, text_input],
|
341 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
342 |
examples = gr.Examples(
|
343 |
+
examples=[["Tell me a joke based on the current local time"],["Given the current local time, what is a fun activity to do?"],["When asked for the current local time, add 6 hours to it. What is the current local time?"], ["Find significant events that happend exactly one year ago"], ["Generate a bold picture inspired by the current local time"]],
|
344 |
inputs=[text_input],
|
345 |
)
|
346 |
demo.launch(debug=True, share=True, ssr_mode=False, allowed_paths=["Cyberpunk.otf"], **kwargs)
|