freemt commited on
Commit
ba75366
·
1 Parent(s): e2c8e7c

Fix text1, text2, thresh

Browse files
Files changed (1) hide show
  1. ubee/__main__.py +5 -2
ubee/__main__.py CHANGED
@@ -259,11 +259,14 @@ def main():
259
  with gr.Row():
260
  text1 = gr.inputs.Textbox(
261
  lines=lines,
262
- # placeholder=placeholder, default=ex2_zh, label="text1"
 
 
263
  ),
264
  text2 = gr.inputs.Textbox(
265
  lines=lines,
266
- # placeholder=placeholder, default=ex2_en,
 
267
  label="text2"
268
  )
269
  with gr.Row():
 
259
  with gr.Row():
260
  text1 = gr.inputs.Textbox(
261
  lines=lines,
262
+ placeholder=placeholder,
263
+ default=ex2_zh,
264
+ label="text1"
265
  ),
266
  text2 = gr.inputs.Textbox(
267
  lines=lines,
268
+ placeholder=placeholder,
269
+ default=ex2_en,
270
  label="text2"
271
  )
272
  with gr.Row():