Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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
|
| 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 |
}
|