MarkoVidrih commited on
Commit
77a6f1c
1 Parent(s): 27981b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -10,10 +10,7 @@ import soundfile as sf
10
  from model import get_pretrained_model, language_to_models
11
 
12
 
13
- title = <h1 style="text-align: center;">
14
- Text-to-speech
15
- </h1>
16
- "# Text-to-speech (TTS)"
17
 
18
 
19
  # css style is copied from
 
10
  from model import get_pretrained_model, language_to_models
11
 
12
 
13
+ title = "# Text-to-speech (TTS)"="text-align: center;"
 
 
 
14
 
15
 
16
  # css style is copied from