Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ sampletext = gr.HTML("""
|
|
82 |
Your browser does not support the audio element.
|
83 |
</audio>
|
84 |
""")
|
85 |
-
micinput = gr.Audio(sources=['microphone'], type="filepath", format="wav"
|
86 |
|
87 |
tab3 = gr.Interface(
|
88 |
fn=text2speech,
|
|
|
82 |
Your browser does not support the audio element.
|
83 |
</audio>
|
84 |
""")
|
85 |
+
micinput = gr.Audio(sources=['microphone'], type="filepath", format="wav")
|
86 |
|
87 |
tab3 = gr.Interface(
|
88 |
fn=text2speech,
|