mohan007 commited on
Commit
9d43c5d
·
verified ·
1 Parent(s): 1adb5c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -1
app.py CHANGED
@@ -178,7 +178,22 @@ def audio_function2():
178
  "Did the technician mention the national parts and labor warranty?"
179
  "Did the technician mention the 7-day price promise during the video?"
180
  "Did the technician thank the customer for choosing Parkway Volkswagen?"
181
- "Did the technician provide a clear NANO statement at the end of the video?" """.format(str2)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  # model = model.eval()
184
  response, history = model.chat(tokenizer, prompt, history=[])
 
178
  "Did the technician mention the national parts and labor warranty?"
179
  "Did the technician mention the 7-day price promise during the video?"
180
  "Did the technician thank the customer for choosing Parkway Volkswagen?"
181
+ "Did the technician provide a clear NANO statement at the end of the video?"
182
+ "Does the video show the vehicle staged on a raised ramp?"
183
+ "Does the video show the area around the vehicle clean and organized?"
184
+ "Does the video show the vehicle’s bonnet open and upright?"
185
+ "Does the technician wear gloves during the video?"
186
+ "Does the video show protective items (e.g., seat covers, mats) being used on the vehicle?"
187
+ "Does the video show suitable props like a pointer or tire depth gauge being used?"
188
+ "Does the video show the technician starting at the nearest point of reference on the vehicle?"
189
+ "Does the video demonstrate the use of the Augmented Reality (AR) function?"
190
+ "Did the technician verbally explain the condition of at least two items?" / "Does the video show evidence of at least two items (e.g., tires, brakes) being inspected?"
191
+ "Did the technician explain the percentage wear of tire treads or brake pads?" / "Does the video show measurement of tire treads or brake pads?"
192
+ "Does the video show the technician removing a wheel to demonstrate brake condition clearly?"
193
+ "Did the technician provide additional context regarding brake or tire wear?" / "Does the video visually demonstrate brake or tire wear with context?"
194
+ "Did the technician explain the consequences of any identified repair areas?" / "Does the video show repair areas or consequences visually?"
195
+ "Did the technician verbally compare a new part to a worn part?" / "Does the video show a side-by-side comparison of a new part and a worn part?"
196
+ "Does the video include or reference supporting documents (e.g., photographs of identified items)?" """.format(str2)
197
 
198
  # model = model.eval()
199
  response, history = model.chat(tokenizer, prompt, history=[])