Spaces:
Runtime error
Runtime error
update readme
Browse files
app.py
CHANGED
|
@@ -677,7 +677,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
| 677 |
tos_gr = gr.Checkbox(
|
| 678 |
label="Agree",
|
| 679 |
value=False,
|
| 680 |
-
info="I
|
| 681 |
)
|
| 682 |
|
| 683 |
tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
|
|
|
|
| 677 |
tos_gr = gr.Checkbox(
|
| 678 |
label="Agree",
|
| 679 |
value=False,
|
| 680 |
+
info="I agree to the terms of the CPML: https://coqui.ai/cpml",
|
| 681 |
)
|
| 682 |
|
| 683 |
tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
|