Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
266 |
tos_gr = gr.Checkbox(
|
267 |
label="Agree",
|
268 |
value=False,
|
269 |
-
info="I agree to the terms of the
|
270 |
)
|
271 |
|
272 |
tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
|
|
|
266 |
tos_gr = gr.Checkbox(
|
267 |
label="Agree",
|
268 |
value=False,
|
269 |
+
info="I agree to the terms of the MIT license-: https://github.com/myshell-ai/OpenVoice/blob/main/LICENSE",
|
270 |
)
|
271 |
|
272 |
tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
|