Spaces:
elioonpc
/
Runtime error

josh-r-meyer commited on
Commit
d3b67ac
1 Parent(s): a75de72

update readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -677,7 +677,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
677
  tos_gr = gr.Checkbox(
678
  label="Agree",
679
  value=False,
680
- 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",
681
  )
682
 
683
  tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
 
677
  tos_gr = gr.Checkbox(
678
  label="Agree",
679
  value=False,
680
+ info="I agree to the terms of the CPML: https://coqui.ai/cpml",
681
  )
682
 
683
  tts_button = gr.Button("Send", elem_id="send-btn", visible=True)