Spaces:
Sleeping
Sleeping
Commit
·
47e7707
1
Parent(s):
e3e8720
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the model and processor
|
| 5 |
-
model_id = "openai/whisper-
|
| 6 |
|
| 7 |
device = "cpu"
|
| 8 |
BATCH_SIZE = 8
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the model and processor
|
| 5 |
+
model_id = "openai/whisper-small"
|
| 6 |
|
| 7 |
device = "cpu"
|
| 8 |
BATCH_SIZE = 8
|