Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,13 +117,24 @@ gradio_interface = gradio.Interface(
|
|
117 |
inputs="text",
|
118 |
outputs="text",
|
119 |
examples=[
|
120 |
-
["What can I ask?"],
|
121 |
-
["What
|
122 |
-
["What
|
123 |
-
["What
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
],
|
125 |
-
title="KION-Linde AI",
|
126 |
-
description="Enter a query about any KION/Linde products. The AI knows all the details, loads, sizes, manuals and procedures to support hundreds of parts and equipment. You can check out also our repository [here](https://www.
|
127 |
article="© Carlos Diaz Calvi 2023"
|
128 |
)
|
129 |
gradio_interface.launch()
|
|
|
117 |
inputs="text",
|
118 |
outputs="text",
|
119 |
examples=[
|
120 |
+
["What can I ask you? Give me 20 different examples."],
|
121 |
+
["What are some of the LPG Lift trucks, and what series and models? Make a list."],
|
122 |
+
["What dealers do we have in Michigan and how can I contact them?"],
|
123 |
+
["What can you tell me about Eike Wibrow? Expand on background"],
|
124 |
+
["What do you know about Bravo Montacargas and how to contact them? When were they added to the Dealer Network?"],
|
125 |
+
["Give me some details on the P60"],
|
126 |
+
["What is the Youth Apprentice Signing Day?"],
|
127 |
+
["Do we have a dealer in NC? List them"],
|
128 |
+
["Tell me more about Tri-Lift NC"],
|
129 |
+
["What are some the optional equipment for the E18, E20? Series 346?"],
|
130 |
+
["Who are our contact/leads on HTX?"],
|
131 |
+
["KBG40 and KBG50. What is the overall length?"],
|
132 |
+
["What are the mission, vision and values of KION NA? List them"],
|
133 |
+
["When was the new linde MT18 added to the product line?"],
|
134 |
+
["Who is Jonathan Dawley?"]
|
135 |
],
|
136 |
+
title="KION - Linde & Baoli AI",
|
137 |
+
description="Enter a query about any KION/Linde & Baoli products, parts, news. The AI knows all the details, loads, sizes, manuals and procedures to support hundreds of parts and equipment. Also is aware of all the recent news. You can check out also our repository [here](https://www.kion-na.com/products/)",
|
138 |
article="© Carlos Diaz Calvi 2023"
|
139 |
)
|
140 |
gradio_interface.launch()
|