ford442 commited on
Commit
ce01be0
·
verified ·
1 Parent(s): 346bf82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import soundfile as sf
5
  import numpy as np
6
  import torch # Import torch
7
  from espnet2.bin.tts_inference import Text2Speech
 
8
 
9
  # --- Whisper (ASR) - We'll use this instead of image captioning ---
10
  ASR_MODEL_NAME = "openai/whisper-large-v2"
 
5
  import numpy as np
6
  import torch # Import torch
7
  from espnet2.bin.tts_inference import Text2Speech
8
+ import spaces
9
 
10
  # --- Whisper (ASR) - We'll use this instead of image captioning ---
11
  ASR_MODEL_NAME = "openai/whisper-large-v2"