Spaces:
Running
Running
kevinwang676
commited on
Commit
·
fd098ac
1
Parent(s):
8e17471
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with app:
|
|
124 |
with gr.Column():
|
125 |
with gr.Row():
|
126 |
out = gr.Audio(label="为您生成的专属音频")
|
127 |
-
out1 = gr.Audio(label="更高采样率的专属音频"
|
128 |
btn2 = gr.Button("一键提高采样率")
|
129 |
|
130 |
btn.click(fn=infer, inputs=[inp], outputs=[out])
|
|
|
124 |
with gr.Column():
|
125 |
with gr.Row():
|
126 |
out = gr.Audio(label="为您生成的专属音频")
|
127 |
+
out1 = gr.Audio(label="更高采样率的专属音频")
|
128 |
btn2 = gr.Button("一键提高采样率")
|
129 |
|
130 |
btn.click(fn=infer, inputs=[inp], outputs=[out])
|