Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,8 @@ gradio_interface = gradio.Interface(
|
|
117 |
inputs="text",
|
118 |
outputs="text",
|
119 |
examples=[
|
|
|
|
|
120 |
["What is the track width of the P30 (b11 mm)?"],
|
121 |
["What is the acceleration of the P30 (km/h)?"]
|
122 |
],
|
|
|
117 |
inputs="text",
|
118 |
outputs="text",
|
119 |
examples=[
|
120 |
+
["What can I ask?"],
|
121 |
+
["What forklifts you have info on?"],
|
122 |
["What is the track width of the P30 (b11 mm)?"],
|
123 |
["What is the acceleration of the P30 (km/h)?"]
|
124 |
],
|