HareemFatima
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ def tts(text):
|
|
15 |
|
16 |
# Define therapy text for different stutter types (replace with your specific content)
|
17 |
therapy_text = {
|
18 |
-
"
|
19 |
-
"
|
20 |
"Prolongation": "Focus on relaxing your mouth muscles and speaking smoothly.",
|
21 |
# Add more stutter types and therapy text here
|
22 |
}
|
|
|
15 |
|
16 |
# Define therapy text for different stutter types (replace with your specific content)
|
17 |
therapy_text = {
|
18 |
+
"Repetition": "Your speech sounds great! Keep practicing!",
|
19 |
+
"Blocks": "Take a deep breath and try speaking slowly. You can do it!",
|
20 |
"Prolongation": "Focus on relaxing your mouth muscles and speaking smoothly.",
|
21 |
# Add more stutter types and therapy text here
|
22 |
}
|