KaixuanGuo commited on
Commit
a85f558
·
verified ·
1 Parent(s): 16f3638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def build_ui():
237
  shared_text = gr.Textbox(
238
  label="Target Text / Script",
239
  lines=5,
240
- value=""[S1] 哈喽,AI时代的冲浪先锋们!欢迎! [S2] 欢迎啊!""
241
  )
242
  with gr.Row():
243
  shared_language = gr.Dropdown(label="Language", choices=LANGUAGES, value="Auto")
 
237
  shared_text = gr.Textbox(
238
  label="Target Text / Script",
239
  lines=5,
240
+ value="[S1] 哈喽,AI时代的冲浪先锋们!欢迎! [S2] 欢迎啊!"
241
  )
242
  with gr.Row():
243
  shared_language = gr.Dropdown(label="Language", choices=LANGUAGES, value="Auto")