Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,7 @@ BATCH_SIZE = 8
|
|
| 22 |
snapshot_download(repo_id="deepdml/faster-whisper-large-v3-turbo-ct2", local_dir="faster-whisper-large-v3-turbo-ct2", repo_type="model")
|
| 23 |
|
| 24 |
repo = WhisperModel("faster-whisper-large-v3-turbo-ct2")
|
| 25 |
-
|
| 26 |
-
print(repo.translate)
|
| 27 |
css = '''
|
| 28 |
.gradio-container{max-width: 560px !important}
|
| 29 |
h1{text-align:center}
|
|
|
|
| 22 |
snapshot_download(repo_id="deepdml/faster-whisper-large-v3-turbo-ct2", local_dir="faster-whisper-large-v3-turbo-ct2", repo_type="model")
|
| 23 |
|
| 24 |
repo = WhisperModel("faster-whisper-large-v3-turbo-ct2")
|
| 25 |
+
|
|
|
|
| 26 |
css = '''
|
| 27 |
.gradio-container{max-width: 560px !important}
|
| 28 |
h1{text-align:center}
|