Spaces:
Runtime error
Runtime error
Update app.py (#1)
Browse files- Update app.py (7d01025e5808464f8a0dc6877c21b15b7d9b24bc)
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from transformers.pipelines.audio_utils import ffmpeg_read
|
|
| 9 |
import tempfile
|
| 10 |
import os
|
| 11 |
|
| 12 |
-
MODEL_NAME = "
|
| 13 |
BATCH_SIZE = 8
|
| 14 |
FILE_LIMIT_MB = 1000
|
| 15 |
YT_LENGTH_LIMIT_S = 3600 # limit to 1 hour YouTube files
|
|
|
|
| 9 |
import tempfile
|
| 10 |
import os
|
| 11 |
|
| 12 |
+
MODEL_NAME = "ylacombe/tmp_whs"
|
| 13 |
BATCH_SIZE = 8
|
| 14 |
FILE_LIMIT_MB = 1000
|
| 15 |
YT_LENGTH_LIMIT_S = 3600 # limit to 1 hour YouTube files
|