Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ except Exception as e:
|
|
15 |
# Now proceed with the rest of the imports
|
16 |
from openvoice import se_extractor
|
17 |
from openvoice.api import ToneColorConverter
|
18 |
-
from openvoice.config import AttrDict
|
19 |
import gradio as gr
|
20 |
import torchaudio
|
21 |
# ... other imports if needed
|
|
|
15 |
# Now proceed with the rest of the imports
|
16 |
from openvoice import se_extractor
|
17 |
from openvoice.api import ToneColorConverter
|
|
|
18 |
import gradio as gr
|
19 |
import torchaudio
|
20 |
# ... other imports if needed
|