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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -31,7 +31,13 @@ def combined_function(b):
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()
 
31
  demo = gr.Blocks()
32
 
33
  with demo:
34
+ gr.Markdown(
35
+ """
36
+ 英語音声を翻訳
37
+ """)
38
+
39
+ # title="英語音声を翻訳"
40
+
41
  audio_file = gr.Audio(type="filepath")
42
  text = gr.Textbox()
43
  translate = gr.Textbox()