Uniaff commited on
Commit
487e362
·
verified ·
1 Parent(s): 24e0a6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'n') # Default to 'n'
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: