XuminYu commited on
Commit
376286c
1 Parent(s): 24e0a8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 cc-by-nc-4.0 license-: https://github.com/myshell-ai/OpenVoice/blob/main/LICENSE",
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)