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