VSPAN commited on
Commit
90c0176
·
verified ·
1 Parent(s): e40a9fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,8 +168,8 @@ with gr.Blocks(theme=theme, css=css, title="TTS Server Classic") as demo:
168
  text_in = gr.Textbox(
169
  label="",
170
  lines=10,
171
- placeholder="Введите текст... Эмодзи будут удалены автоматически.",
172
- value="Привет! Я готова читать твой текст. Эмодзи вроде этих 😊🚀 будут удалены."
173
  )
174
 
175
  btn = gr.Button("🔊 Озвучить (Server)", variant="primary", size="lg")
 
168
  text_in = gr.Textbox(
169
  label="",
170
  lines=10,
171
+ placeholder="Введите текст...",
172
+ value=""
173
  )
174
 
175
  btn = gr.Button("🔊 Озвучить (Server)", variant="primary", size="lg")