Spaces:
Running
Running
deekshachilukuri
commited on
Commit
•
ccae267
1
Parent(s):
182c411
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ import torch
|
|
2 |
import gradio as gr
|
3 |
from TTS.api import TTS
|
4 |
import os
|
|
|
|
|
5 |
|
6 |
# Function to always return 'y'
|
7 |
def always_yes(*args, **kwargs):
|
|
|
2 |
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'
|
9 |
def always_yes(*args, **kwargs):
|