Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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] = {
|