Spaces:
Running
on
T4
Running
on
T4
Vaibhav Srivastav
commited on
Commit
•
58c1f3f
1
Parent(s):
3b931f8
Licence: F -> T
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ gr.Interface(
|
|
105 |
),
|
106 |
gr.Checkbox(
|
107 |
label="Agree",
|
108 |
-
value=
|
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 |
],
|