wetdog commited on
Commit
f37cd83
·
verified ·
1 Parent(s): 8ecac59

fix imports

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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