Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def combined_function(b):
|
|
| 31 |
demo = gr.Blocks()
|
| 32 |
|
| 33 |
with demo:
|
| 34 |
-
gr.
|
| 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.Textbox("英語音声を翻訳")
|
| 35 |
audio_file = gr.Audio(type="filepath")
|
| 36 |
text = gr.Textbox()
|
| 37 |
translate = gr.Textbox()
|