Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import soundfile as sf
|
|
5 |
import tempfile
|
6 |
import whisper
|
7 |
|
|
|
8 |
# Load TTS model (IndicF5)
|
9 |
tts_model = AutoModel.from_pretrained("ai4bharat/IndicF5", trust_remote_code=True)
|
10 |
|
|
|
5 |
import tempfile
|
6 |
import whisper
|
7 |
|
8 |
+
|
9 |
# Load TTS model (IndicF5)
|
10 |
tts_model = AutoModel.from_pretrained("ai4bharat/IndicF5", trust_remote_code=True)
|
11 |
|