alecinvan commited on
Commit
a134af1
β€’
1 Parent(s): ce1c863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -171,11 +171,11 @@ def main():
171
 
172
  # Add a text box for direct input of text
173
  with gr.Row():
174
- inputs_direct_text = gr.Textbox(label="η›΄ζŽ₯θΎ“ε…₯ζ–‡ζœ¬", lines=15)
175
 
176
  # Text box to display the generated summary from direct input
177
  with gr.Row():
178
- outputs_direct_summary_text = gr.Textbox(label="η”Ÿζˆηš„ζ¦‚θ¦", lines=15)
179
 
180
  with gr.Row():
181
  with gr.Row():
@@ -204,7 +204,7 @@ def main():
204
 
205
  with gr.Column():
206
  with gr.Row():
207
- outputs_text = gr.Textbox(label="ζŠ½ε–ηš„ζ–‡ζœ¬", lines=20)
208
  with gr.Row():
209
  inputs_transStyle = gr.Radio(choices=["zh-en", "en-zh"],
210
  type="value",
 
171
 
172
  # Add a text box for direct input of text
173
  with gr.Row():
174
+ inputs_direct_text = gr.Textbox(label="η›΄ζŽ₯θΎ“ε…₯ζ–‡ζœ¬", lines=10)
175
 
176
  # Text box to display the generated summary from direct input
177
  with gr.Row():
178
+ outputs_direct_summary_text = gr.Textbox(label="η”Ÿζˆηš„ζ¦‚θ¦", lines=10)
179
 
180
  with gr.Row():
181
  with gr.Row():
 
204
 
205
  with gr.Column():
206
  with gr.Row():
207
+ outputs_text = gr.Textbox(label="ζŠ½ε–ηš„ζ–‡ζœ¬", lines=10)
208
  with gr.Row():
209
  inputs_transStyle = gr.Radio(choices=["zh-en", "en-zh"],
210
  type="value",