Spaces:
Running
Running
deekshachilukuri
commited on
Commit
•
d53d512
1
Parent(s):
ccae267
Update app.py
Browse files
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'
|