HareemFatima commited on
Commit
2da2570
·
verified ·
1 Parent(s): 8cb56fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- "Normal Speech": "Your speech sounds great! Keep practicing!",
19
- "Blocking": "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
  }
 
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
  }