SandraCLV commited on
Commit
024bedc
·
1 Parent(s): 86ff586

Update app.py

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