Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import torch
|
|
2 |
import gradio as gr
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
MODEL_NAME = "BlueRaccoon/whisper-small-kab"
|
6 |
lang = "kab" # Language updated to Kabyle
|
7 |
|
8 |
device = 0 if torch.cuda.is_available() else "cpu"
|
|
|
2 |
import gradio as gr
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
MODEL_NAME = "BlueRaccoon/whisper-small-kab"
|
6 |
lang = "kab" # Language updated to Kabyle
|
7 |
|
8 |
device = 0 if torch.cuda.is_available() else "cpu"
|