Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|