Spaces:
Runtime error
Runtime error
GitLab CI
commited on
Commit
·
9e4dc76
1
Parent(s):
2ec9baa
Update game build from GitLab CI
Browse files
server/AudioTranscriber.py
CHANGED
|
@@ -26,7 +26,7 @@ class AudioTranscriber(threading.Thread):
|
|
| 26 |
self.daemon = True # Thread will exit when main program exits
|
| 27 |
|
| 28 |
self.transcriber = WhisperModel(
|
| 29 |
-
"
|
| 30 |
device="cuda",
|
| 31 |
compute_type="int8",
|
| 32 |
)
|
|
|
|
| 26 |
self.daemon = True # Thread will exit when main program exits
|
| 27 |
|
| 28 |
self.transcriber = WhisperModel(
|
| 29 |
+
"large",
|
| 30 |
device="cuda",
|
| 31 |
compute_type="int8",
|
| 32 |
)
|
server/static/godot/index.pck
CHANGED
|
Binary files a/server/static/godot/index.pck and b/server/static/godot/index.pck differ
|
|
|