TomoHiro123 commited on
Commit
fefc51e
·
verified ·
1 Parent(s): acc349a

Update app.py

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