Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
|
2 |
-
Copyright 2022 Balacoon
|
3 |
-
TTS interactive demo
|
4 |
-
"""
|
5 |
|
6 |
import logging
|
7 |
from typing import cast
|
8 |
|
9 |
-
import gradio as gr
|
|
|
10 |
from balacoon_tts import TTS
|
11 |
-
|
12 |
|
13 |
# global tts module, initialized from a model selected
|
14 |
tts = None
|
|
|
1 |
+
|
|
|
|
|
|
|
2 |
|
3 |
import logging
|
4 |
from typing import cast
|
5 |
|
6 |
+
import gradio as gr,
|
7 |
+
from huggingface_hub import hf_hub_download, list_repo_files, balacoon/tts
|
8 |
from balacoon_tts import TTS
|
9 |
+
|
10 |
|
11 |
# global tts module, initialized from a model selected
|
12 |
tts = None
|