Update Gradio_UI.py
Browse files- Gradio_UI.py +4 -3
Gradio_UI.py
CHANGED
@@ -298,8 +298,8 @@ class GradioUI:
|
|
298 |
) as demo:
|
299 |
gr.Markdown(
|
300 |
"""
|
301 |
-
# Festival Finding Agent
|
302 |
-
I can help you find information about upcoming festivals, fair and celebration events in the location of your interest. Ask me for the recommendation on the upcoming festivals and their details!
|
303 |
"""
|
304 |
)
|
305 |
stored_messages = gr.State([])
|
@@ -323,7 +323,8 @@ class GradioUI:
|
|
323 |
examples=[
|
324 |
"Generate the image of the Chinese New Year's festival",
|
325 |
"Can you recommend me a festival in Tokyo that will happen in June 2025?",
|
326 |
-
"
|
|
|
327 |
"What is the soonest upcoming festival in Toronto, Canada?"
|
328 |
],
|
329 |
inputs=text_input,
|
|
|
298 |
) as demo:
|
299 |
gr.Markdown(
|
300 |
"""
|
301 |
+
# Multimodal Festival Finding Agent
|
302 |
+
I can help you find information and generate images about upcoming festivals, fair and celebration events in the location of your interest. Ask me for the recommendation on the upcoming festivals and their details!
|
303 |
"""
|
304 |
)
|
305 |
stored_messages = gr.State([])
|
|
|
323 |
examples=[
|
324 |
"Generate the image of the Chinese New Year's festival",
|
325 |
"Can you recommend me a festival in Tokyo that will happen in June 2025?",
|
326 |
+
"How does the Toronto Black Film Festival look like?",
|
327 |
+
"What is the most popular celebration event in Lithuania during spring?",
|
328 |
"What is the soonest upcoming festival in Toronto, Canada?"
|
329 |
],
|
330 |
inputs=text_input,
|