Spaces:
Build error
Build error
freemt
commited on
Commit
·
ba75366
1
Parent(s):
e2c8e7c
Fix text1, text2, thresh
Browse files- 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 |
-
|
|
|
|
|
263 |
),
|
264 |
text2 = gr.inputs.Textbox(
|
265 |
lines=lines,
|
266 |
-
|
|
|
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():
|