Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -598,7 +598,7 @@ with demo:
|
|
598 |
transcribe_btn.click(
|
599 |
fn=transcribe_audio_app,
|
600 |
inputs=[audio_output],
|
601 |
-
outputs=
|
602 |
)
|
603 |
|
604 |
########################## Key Gen Part ##########################
|
|
|
598 |
transcribe_btn.click(
|
599 |
fn=transcribe_audio_app,
|
600 |
inputs=[audio_output],
|
601 |
+
outputs="Hello my name is Othmane Lkhalidi , I am a data science student and I live in Paris."
|
602 |
)
|
603 |
|
604 |
########################## Key Gen Part ##########################
|