Vaibhav Srivastav commited on
Commit
58c1f3f
1 Parent(s): 3b931f8

Licence: F -> T

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ gr.Interface(
105
  ),
106
  gr.Checkbox(
107
  label="Agree",
108
- value=True,
109
  info="I agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml",
110
  ),
111
  ],
 
105
  ),
106
  gr.Checkbox(
107
  label="Agree",
108
+ value=False,
109
  info="I agree to the terms of the Coqui Public Model License at https://coqui.ai/cpml",
110
  ),
111
  ],