deekshachilukuri commited on
Commit
d53d512
1 Parent(s): ccae267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  from TTS.api import TTS
4
  import os
5
  from unittest.mock import patch
 
6
 
7
 
8
  # Function to always return 'y'
 
3
  from TTS.api import TTS
4
  import os
5
  from unittest.mock import patch
6
+ os.environ["COQUI_TOS_AGREED"] = "1"
7
 
8
 
9
  # Function to always return 'y'