Update app.py
Browse files
app.py
CHANGED
@@ -142,4 +142,5 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray;} #btn {backg
|
|
142 |
sub_btn2.click(recorded_audio, inputs=audio, outputs=recorded_text)
|
143 |
|
144 |
|
|
|
145 |
blocks.launch()
|
|
|
142 |
sub_btn2.click(recorded_audio, inputs=audio, outputs=recorded_text)
|
143 |
|
144 |
|
145 |
+
|
146 |
blocks.launch()
|