Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ asr = pipeline(
|
|
| 23 |
|
| 24 |
executor = ThreadPoolExecutor(max_workers=2)
|
| 25 |
sessions = {}
|
| 26 |
-
USERNAME = "
|
| 27 |
BASE = "stt"
|
| 28 |
MAX_USERS = 2
|
| 29 |
SESSION_TIMEOUT = 20
|
|
|
|
| 23 |
|
| 24 |
executor = ThreadPoolExecutor(max_workers=2)
|
| 25 |
sessions = {}
|
| 26 |
+
USERNAME = "velost"
|
| 27 |
BASE = "stt"
|
| 28 |
MAX_USERS = 2
|
| 29 |
SESSION_TIMEOUT = 20
|