YosefA commited on
Commit
5076d03
·
verified ·
1 Parent(s): 466446e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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__":