wilton commited on
Commit
340e344
1 Parent(s): dbfdf1a

simple test from colab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ demo = gr.Blocks()
52
  mic_translate = gr.Interface(
53
  fn=speech_to_speech_translation,
54
  inputs=gr.Audio(source="microphone", type="filepath"),
55
- outputs=gr.Audio(label="Generated Speech", type="numpy"),
56
  title=title,
57
  description=description,
58
  )
 
52
  mic_translate = gr.Interface(
53
  fn=speech_to_speech_translation,
54
  inputs=gr.Audio(source="microphone", type="filepath"),
55
+ outputs=gr.Audio(label="Generated Speech :)", type="numpy"),
56
  title=title,
57
  description=description,
58
  )