egmaminta commited on
Commit
485dc79
1 Parent(s): 5c0af38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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, TTS_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'],