Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from pydub import AudioSegment
|
|
7 |
from TTS.api import TTS
|
8 |
|
9 |
|
10 |
-
license_agreement = os.getenv('COQUI_LICENSE_AGREEMENT', '
|
11 |
if license_agreement == 'y':
|
12 |
print("Commercial license confirmed.")
|
13 |
else:
|
|
|
7 |
from TTS.api import TTS
|
8 |
|
9 |
|
10 |
+
license_agreement = os.getenv('COQUI_LICENSE_AGREEMENT', 'y') # Default to 'n'
|
11 |
if license_agreement == 'y':
|
12 |
print("Commercial license confirmed.")
|
13 |
else:
|