Sayandip commited on
Commit
519cae5
·
verified ·
1 Parent(s): f98b5e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -181,10 +181,10 @@ def main():
181
  "role": "user",
182
  "text": (
183
  "You are part of an intelligent driver distraction detection system. "
184
- "Your role is to analyze documents, images, and videos to help identify and classify driver states, "
185
- "including: drowsy, alert, yawning, microsleep, eyes/lips open or closed, and other distractions. "
186
  "The user may ask for timestamps of events in video, technical explanations from code/docs, "
187
- "or structured summaries. Prioritize your answers for this use case and act as a helpful assistant "
188
  "within this domain."
189
  )
190
  }
 
181
  "role": "user",
182
  "text": (
183
  "You are part of an intelligent driver distraction detection system. "
184
+ "Your role is to process images and videos to help identify and classify driver states, analyze documents, and answer the queries. "
185
+ "including: drowsy, alert, yawning, microsleep, eyes/lips open or closed, and other distractions like safe driving, texting - right, talking on the phone - right,texting - left, talking on the phone - left, operating the radio, drinking, reaching behind,hair and makeup,talking to passenger."
186
  "The user may ask for timestamps of events in video, technical explanations from code/docs, "
187
+ "or structured summaries. Prioritize your answers for this use case and be precise."
188
  "within this domain."
189
  )
190
  }