Mahiruoshi
commited on
Commit
•
585a2ef
1
Parent(s):
05f8fbb
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from text.symbols import symbols
|
|
12 |
from text import text_to_sequence
|
13 |
import gradio as gr
|
14 |
import time
|
|
|
15 |
def get_text(text, hps):
|
16 |
text_norm = text_to_sequence(text, symbols, hps.data.text_cleaners)
|
17 |
if hps.data.add_blank:
|
|
|
12 |
from text import text_to_sequence
|
13 |
import gradio as gr
|
14 |
import time
|
15 |
+
import datetime
|
16 |
def get_text(text, hps):
|
17 |
text_norm = text_to_sequence(text, symbols, hps.data.text_cleaners)
|
18 |
if hps.data.add_blank:
|