Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ with gr.Blocks() as app:
|
|
54 |
|
55 |
transcribe_button = gr.Button("Transcribe")
|
56 |
transcribe_button.click(process_audio, inputs=audio_input, outputs=transcription_output)
|
|
|
57 |
|
58 |
# Launch the app
|
59 |
if __name__ == "__main__":
|
|
|
54 |
|
55 |
transcribe_button = gr.Button("Transcribe")
|
56 |
transcribe_button.click(process_audio, inputs=audio_input, outputs=transcription_output)
|
57 |
+
# Just comment
|
58 |
|
59 |
# Launch the app
|
60 |
if __name__ == "__main__":
|