Spaces:
Running
on
Zero
Running
on
Zero
fix imports
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import spaces
|
|
|
2 |
import gradio as gr
|
3 |
from AinaTheme import theme
|
|
|
4 |
|
5 |
MODEL_NAME = "projecte-aina/whisper-large-v3-ca-es-synth-cs"
|
6 |
BATCH_SIZE = 8
|
|
|
1 |
import spaces
|
2 |
+
import torch
|
3 |
import gradio as gr
|
4 |
from AinaTheme import theme
|
5 |
+
from transformers import pipeline
|
6 |
|
7 |
MODEL_NAME = "projecte-aina/whisper-large-v3-ca-es-synth-cs"
|
8 |
BATCH_SIZE = 8
|