Spaces:
Sleeping
Sleeping
Akis Giannoukos
commited on
Commit
·
5ba8e95
1
Parent(s):
eb4e27d
Updated Intro Message
Browse files
app.py
CHANGED
|
@@ -426,8 +426,11 @@ def transcribe_audio(audio_path: Optional[str]) -> str:
|
|
| 426 |
# Gradio app logic
|
| 427 |
# ---------------------------
|
| 428 |
INTRO_MESSAGE = (
|
| 429 |
-
"
|
| 430 |
-
"
|
|
|
|
|
|
|
|
|
|
| 431 |
)
|
| 432 |
|
| 433 |
|
|
|
|
| 426 |
# Gradio app logic
|
| 427 |
# ---------------------------
|
| 428 |
INTRO_MESSAGE = (
|
| 429 |
+
"Hi, I'm an assistant, and I will ask you some questions about how you've been doing."
|
| 430 |
+
"We'll record our conversation, and we will give you a written copy of it."
|
| 431 |
+
"From our conversation, we will send a written copy to the clinician, we will give a summary of what you are experiencing based on a questionnaire, called the Patient Health Questionnaire (PHQ-9), and we will give a summary of what your voice is like."
|
| 432 |
+
"We will send this to the clinician, and the clinician will follow up with you."
|
| 433 |
+
"To start, how has your mood been over the past couple of weeks?"
|
| 434 |
)
|
| 435 |
|
| 436 |
|