Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,13 @@ def combined_function(b):
|
|
31 |
demo = gr.Blocks()
|
32 |
|
33 |
with demo:
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|