Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
import gradio as gr
|
7 |
|
8 |
# Initialize TTS model from TTS library
|
9 |
-
tts_model_path = "tts_models/multilingual/multi-dataset/
|
10 |
tts = TTS(tts_model_path, gpu=True)
|
11 |
|
12 |
# Initialize Blip model for image captioning
|
|
|
6 |
import gradio as gr
|
7 |
|
8 |
# Initialize TTS model from TTS library
|
9 |
+
tts_model_path = "tts_models/multilingual/multi-dataset/xtts_v1"
|
10 |
tts = TTS(tts_model_path, gpu=True)
|
11 |
|
12 |
# Initialize Blip model for image captioning
|