Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -256,8 +256,8 @@ with block:
|
|
256 |
with gr.Box():
|
257 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
258 |
inp3 = gr.Audio(source="upload", label = "请上传您喜欢的声音(wav/mp3文件, max. 30mb)", type="filepath")
|
259 |
-
inp4 =
|
260 |
-
inp5 =
|
261 |
|
262 |
btn1 = gr.Button("用喜欢的声音听一听吧")
|
263 |
|
|
|
256 |
with gr.Box():
|
257 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
258 |
inp3 = gr.Audio(source="upload", label = "请上传您喜欢的声音(wav/mp3文件, max. 30mb)", type="filepath")
|
259 |
+
inp4 = gr.Audio(source="upload", label = "被转换的语音", type="filepath")
|
260 |
+
inp5 = gr.Audio(source="upload", label = "被转换的语音", type="filepath")
|
261 |
|
262 |
btn1 = gr.Button("用喜欢的声音听一听吧")
|
263 |
|