Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
| 3 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
-
MODEL_NAME = "Sagicc/whisper-large-v3-sr-
|
| 7 |
BATCH_SIZE = 8
|
| 8 |
lang = "sr"
|
| 9 |
|
|
|
|
| 3 |
from transformers.pipelines.audio_utils import ffmpeg_read
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
MODEL_NAME = "Sagicc/whisper-large-v3-sr-cmb"
|
| 7 |
BATCH_SIZE = 8
|
| 8 |
lang = "sr"
|
| 9 |
|