Spaces:
Running
Running
nikita-sedletskiy
commited on
Commit
·
252500d
1
Parent(s):
a4abc6d
Added audio upload elem
Browse files
app.py
CHANGED
@@ -282,6 +282,7 @@ with app:
|
|
282 |
interactive=True,
|
283 |
)
|
284 |
tts_text = gr.Textbox(label="Input Text", value="これは日本語テキストから音声への変換デモです。")
|
|
|
285 |
with gr.Column():
|
286 |
but0 = gr.Button("Convert", variant="primary")
|
287 |
info_text = gr.Textbox(label="Output info")
|
|
|
282 |
interactive=True,
|
283 |
)
|
284 |
tts_text = gr.Textbox(label="Input Text", value="これは日本語テキストから音声への変換デモです。")
|
285 |
+
audioToProcess = gr.File(label="Upload audio to process")
|
286 |
with gr.Column():
|
287 |
but0 = gr.Button("Convert", variant="primary")
|
288 |
info_text = gr.Textbox(label="Output info")
|