Spaces:
Running
Running
kevinwang676
commited on
Commit
·
9243345
1
Parent(s):
2f5559d
Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,6 @@ with app:
|
|
100 |
out = gr.Audio(label="为您生成的专属音频", type="filepath")
|
101 |
|
102 |
btn.click(fn=infer, inputs=[inp], outputs=[out])
|
103 |
-
|
104 |
|
105 |
app.launch(show_error=True)
|
|
|
100 |
out = gr.Audio(label="为您生成的专属音频", type="filepath")
|
101 |
|
102 |
btn.click(fn=infer, inputs=[inp], outputs=[out])
|
103 |
+
btn1.click(fn=infer1, inputs=[inp], outputs=[out])
|
104 |
|
105 |
app.launch(show_error=True)
|