josh-r-meyer commited on
Commit
30aa0f0
1 Parent(s): 5c9b2a5

add email for licensing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -692,7 +692,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
692
  tos_gr = gr.Checkbox(
693
  label="Agree",
694
  value=False,
695
- info="I agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml",
696
  )
697
 
698
  tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
 
692
  tos_gr = gr.Checkbox(
693
  label="Agree",
694
  value=False,
695
+ info="I have purchased a commercial license from Coqui: licensing@coqui.ai\nOtherwise, I agree to the terms of the non-commercial CPML: https://coqui.ai/cpml",
696
  )
697
 
698
  tts_button = gr.Button("Send", elem_id="send-btn", visible=True)