Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ tab2 = gr.Interface(
|
|
| 73 |
textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
|
| 74 |
tab3 = gr.Interface(
|
| 75 |
fn=text2speech,
|
| 76 |
-
inputs=[textbox, gr.Audio(sources=['microphone'], type="filepath", format="wav", value="
|
| 77 |
outputs=["audio"],
|
| 78 |
)
|
| 79 |
|
|
|
|
| 73 |
textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
|
| 74 |
tab3 = gr.Interface(
|
| 75 |
fn=text2speech,
|
| 76 |
+
inputs=[textbox, gr.Audio(sources=['microphone'], type="filepath", format="wav", value="sampleaudio/abraham.wav")],
|
| 77 |
outputs=["audio"],
|
| 78 |
)
|
| 79 |
|