Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with demo:
|
|
91 |
output_audio[idx] = gr.Audio(label="Output")
|
92 |
output_info[idx] = gr.HTML(label="Info")
|
93 |
idx=idx+1
|
94 |
-
gr.Interface(fn=text_to_speech,
|
95 |
title="Image to Text Interpretation",
|
96 |
inputs=inputsImg,
|
97 |
outputs=[output_txt,output_audio,input_sid,input_speed],
|
|
|
91 |
output_audio[idx] = gr.Audio(label="Output")
|
92 |
output_info[idx] = gr.HTML(label="Info")
|
93 |
idx=idx+1
|
94 |
+
demo=gr.Interface(fn=text_to_speech,
|
95 |
title="Image to Text Interpretation",
|
96 |
inputs=inputsImg,
|
97 |
outputs=[output_txt,output_audio,input_sid,input_speed],
|