Everton Aleixo commited on
Commit
5d8f0cd
1 Parent(s): 4f64fa2
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ Demo for cascaded speech-to-speech translation (STST), mapping from source speec
48
  """
49
 
50
  demo = gr.Blocks()
 
51
 
52
  mic_translate = gr.Interface(
53
  fn=speech_to_speech_translation,
 
48
  """
49
 
50
  demo = gr.Blocks()
51
+ print('gradio_version', gr.__version__)
52
 
53
  mic_translate = gr.Interface(
54
  fn=speech_to_speech_translation,