Spaces:
Runtime error
Runtime error
Harshad Bhandwaldar
commited on
Commit
·
0a18830
1
Parent(s):
e320838
model added
Browse files
app.py
CHANGED
@@ -136,8 +136,8 @@ with gr.Blocks(css = css) as demo:
|
|
136 |
</div>
|
137 |
''')
|
138 |
|
139 |
-
youtube_button.click(speech_youtube, inputs=audio_input, outputs=text_output)
|
140 |
file_button.click(speech_file, inputs=audio_input2, outputs=text_output2)
|
141 |
-
rec_button.click(speech_record, inputs=audio_input3, outputs=text_output3)
|
142 |
|
143 |
demo.launch()
|
|
|
136 |
</div>
|
137 |
''')
|
138 |
|
139 |
+
# youtube_button.click(speech_youtube, inputs=audio_input, outputs=text_output)
|
140 |
file_button.click(speech_file, inputs=audio_input2, outputs=text_output2)
|
141 |
+
# rec_button.click(speech_record, inputs=audio_input3, outputs=text_output3)
|
142 |
|
143 |
demo.launch()
|