TomoHiro123 commited on
Commit
952c5d2
·
verified ·
1 Parent(s): 9a4f0d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ def combined_function(b):
31
  demo = gr.Blocks()
32
 
33
  with demo:
 
34
  audio_file = gr.Audio(type="filepath")
35
  text = gr.Textbox()
36
  translate = gr.Textbox()
 
31
  demo = gr.Blocks()
32
 
33
  with demo:
34
+ gr.Label("英語音声を翻訳")
35
  audio_file = gr.Audio(type="filepath")
36
  text = gr.Textbox()
37
  translate = gr.Textbox()