diazcalvi commited on
Commit
ee02584
·
1 Parent(s): 76b1fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  ],