Update app.py
Browse files
app.py
CHANGED
|
@@ -425,7 +425,7 @@ with gr.Blocks() as demo:
|
|
| 425 |
btts_voice04,
|
| 426 |
btts_voice05,
|
| 427 |
],
|
| 428 |
-
outputs=[
|
| 429 |
cache_examples=True,
|
| 430 |
)
|
| 431 |
|
|
|
|
| 425 |
btts_voice04,
|
| 426 |
btts_voice05,
|
| 427 |
],
|
| 428 |
+
outputs=[link_output],
|
| 429 |
cache_examples=True,
|
| 430 |
)
|
| 431 |
|