Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ tts_model = SpeechT5ForTextToSpeech.from_pretrained(checkpoint)
|
|
15 |
vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
|
16 |
|
17 |
|
18 |
-
vqa_processor = AutoProcessor.from_pretrained("
|
19 |
-
vqa_model = AutoModelForCausalLM.from_pretrained("
|
20 |
|
21 |
def tts(text):
|
22 |
if len(text.strip()) == 0:
|
|
|
15 |
vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
|
16 |
|
17 |
|
18 |
+
vqa_processor = AutoProcessor.from_pretrained("ronniet/git-large-vqa-env")
|
19 |
+
vqa_model = AutoModelForCausalLM.from_pretrained("ronniet/git-large-vqa-env")
|
20 |
|
21 |
def tts(text):
|
22 |
if len(text.strip()) == 0:
|