Nepjune commited on
Commit
059c7dc
·
verified ·
1 Parent(s): 1242b92

Update app.py

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