Abrahamau commited on
Commit
cc0255f
·
verified ·
1 Parent(s): 03652f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,11 +86,11 @@ sampletext = gr.HTML("""
86
  </audio>
87
  """)
88
  micinput = gr.Audio(sources=['microphone'], type="filepath", format="wav")
89
-
90
  tab3 = gr.Interface(
91
  fn=text2speech,
92
  inputs=[textbox, sampletext, micinput],
93
- outputs=["audio"],
94
  )
95
 
96
  radio4 = gr.Radio(["black-forest-labs/FLUX.1-schnell"], value="black-forest-labs/FLUX.1-schnell", label="Select", info="text to image")
 
86
  </audio>
87
  """)
88
  micinput = gr.Audio(sources=['microphone'], type="filepath", format="wav")
89
+ outaudio = gr.Audio(show_download_button=True, show_share_button=True)
90
  tab3 = gr.Interface(
91
  fn=text2speech,
92
  inputs=[textbox, sampletext, micinput],
93
+ outputs=[outaudio],
94
  )
95
 
96
  radio4 = gr.Radio(["black-forest-labs/FLUX.1-schnell"], value="black-forest-labs/FLUX.1-schnell", label="Select", info="text to image")