vilarin commited on
Commit
9a280a4
1 Parent(s): 4ce199e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -175,14 +175,15 @@ with gr.Blocks(theme="soft", css=CSS) as demo:
175
  with gr.Column(scale=4):
176
  source_text = gr.Textbox(
177
  label="Source Text",
178
- value="How we live is so different from how we ought to live that he who studies "+\
179
- "what ought to be done rather than what is done will learn the way to his downfall "+\
180
- "rather than to his preservation.",
181
  lines=10,
182
  )
183
  output_text = gr.Textbox(
184
  label="Output Text",
185
  lines=10,
 
186
  )
187
  with gr.Row():
188
  submit = gr.Button(value="Submit")
 
175
  with gr.Column(scale=4):
176
  source_text = gr.Textbox(
177
  label="Source Text",
178
+ value="LLaMAX is a language model with powerful multilingual capabilities without loss instruction-following capabilities. "+\
179
+ "LLaMAX supports translation between more than 100 languages, "+\
180
+ "surpassing the performance of similarly scaled LLMs.",
181
  lines=10,
182
  )
183
  output_text = gr.Textbox(
184
  label="Output Text",
185
  lines=10,
186
+ show_copy_button=True,
187
  )
188
  with gr.Row():
189
  submit = gr.Button(value="Submit")