Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|