nizarzerouale commited on
Commit
f953bfd
1 Parent(s): b27a52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -593,11 +593,11 @@ with demo:
593
  #transcribe_btn = gr.Button("Transcrire l'audio")
594
  transcription_output = gr.Textbox(value = "Hello my name is Bob , I am a 22 years old data science student from Paris.",label="Transcription", lines=5)
595
 
596
- transcribe_btn.click(
597
  fn=say_hello_oth,
598
  inputs=[audio_output],
599
  outputs=[msg]
600
- )
601
 
602
  ########################## Key Gen Part ##########################
603
 
 
593
  #transcribe_btn = gr.Button("Transcrire l'audio")
594
  transcription_output = gr.Textbox(value = "Hello my name is Bob , I am a 22 years old data science student from Paris.",label="Transcription", lines=5)
595
 
596
+ """transcribe_btn.click(
597
  fn=say_hello_oth,
598
  inputs=[audio_output],
599
  outputs=[msg]
600
+ )"""
601
 
602
  ########################## Key Gen Part ##########################
603