Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,17 @@ def audio_function2():
|
|
168 |
|
169 |
|
170 |
# prompt = " {} generate medical subjective objective assessment plan (soap) notes ?".format(str2)
|
171 |
-
prompt = " {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
|
173 |
# model = model.eval()
|
174 |
response, history = model.chat(tokenizer, prompt, history=[])
|
|
|
168 |
|
169 |
|
170 |
# prompt = " {} generate medical subjective objective assessment plan (soap) notes ?".format(str2)
|
171 |
+
prompt = """ {} "Did the technician introduce themselves at the start of the video?"
|
172 |
+
"Did the technician mention their level of experience during the video?"
|
173 |
+
"Did the technician use the customer's name during the introduction?"
|
174 |
+
"Did the technician mention the name of the Customer Advisor managing the booking?"
|
175 |
+
"Did the technician provide a personal recommendation statement in the video?"
|
176 |
+
"Did the technician mention service plans available to the customer?"
|
177 |
+
"Did the technician mention genuine Volkswagen parts during the video?"
|
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=[])
|