XuminYu commited on
Commit
8dcb456
1 Parent(s): 08983f3

Update app.py

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