Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,8 @@ TTS_interface = gradio.Interface(fn=TTS_inference,
|
|
91 |
outputs=gradio.outputs.Audio(type='file', label='Output: Audio'))
|
92 |
|
93 |
# Combine the two models using the gradio.mix.Series
|
94 |
-
img2speech = gradio.mix.Series(ViT_interface,
|
|
|
95 |
theme='grass',
|
96 |
live='True',
|
97 |
examples=[['bathroom.jpg'],
|
|
|
91 |
outputs=gradio.outputs.Audio(type='file', label='Output: Audio'))
|
92 |
|
93 |
# Combine the two models using the gradio.mix.Series
|
94 |
+
img2speech = gradio.mix.Series(ViT_interface,
|
95 |
+
TTS_interface,
|
96 |
theme='grass',
|
97 |
live='True',
|
98 |
examples=[['bathroom.jpg'],
|