LovnishVerma commited on
Commit
8a54e54
Β·
verified Β·
1 Parent(s): 750dde0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,10 +1,10 @@
1
  """
2
- ╔════════════════════════════════════════════════════════════════════════════════╗
3
  β•‘ ECHOLENS β€” Realtime Vision Assistant for Blind & Low-Vision Users β•‘
4
  β•‘ β•‘
5
  β•‘ Keyboard: D = Describe Β· R = Toggle realtime Β· Esc = Stop Β· P = Repeat β•‘
6
  β•‘ Voice Commands: Click "Enable Voice Commands" for hands-free control β•‘
7
- β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
8
  """
9
 
10
  from __future__ import annotations
@@ -84,6 +84,8 @@ VOICE_MAP: Dict[str, str] = {
84
  "Emily β€” Female Australia": "en-AU-EmilyNeural",
85
  "William β€” Male Australia": "en-AU-WilliamNeural",
86
  "Natasha β€” Female Australia": "en-AU-NatashaNeural",
 
 
87
  }
88
 
89
  TASKS: Dict[str, str] = {
 
1
  """
2
+ ╔═══════════════════════════════════════════════════════════════════════════════════════╗
3
  β•‘ ECHOLENS β€” Realtime Vision Assistant for Blind & Low-Vision Users β•‘
4
  β•‘ β•‘
5
  β•‘ Keyboard: D = Describe Β· R = Toggle realtime Β· Esc = Stop Β· P = Repeat β•‘
6
  β•‘ Voice Commands: Click "Enable Voice Commands" for hands-free control β•‘
7
+ β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
8
  """
9
 
10
  from __future__ import annotations
 
84
  "Emily β€” Female Australia": "en-AU-EmilyNeural",
85
  "William β€” Male Australia": "en-AU-WilliamNeural",
86
  "Natasha β€” Female Australia": "en-AU-NatashaNeural",
87
+ "Swara β€” Female India (Hindi)": "hi-IN-SwaraNeural",
88
+ "Madhur β€” Male India (Hindi)": "hi-IN-MadhurNeural",
89
  }
90
 
91
  TASKS: Dict[str, str] = {