Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def MyPrint(s):
|
|
| 15 |
print(f"{date_time}: {s}")
|
| 16 |
|
| 17 |
|
| 18 |
-
title = "#Text-to-speech (TTS)"
|
| 19 |
|
| 20 |
# css style is copied from
|
| 21 |
# https://huggingface.co/spaces/alphacep/asr/blob/main/app.py#L113
|
|
|
|
| 15 |
print(f"{date_time}: {s}")
|
| 16 |
|
| 17 |
|
| 18 |
+
title = "# Multilingual Text-to-speech (TTS)"
|
| 19 |
|
| 20 |
# css style is copied from
|
| 21 |
# https://huggingface.co/spaces/alphacep/asr/blob/main/app.py#L113
|