kargaranamir commited on
Commit
69faebb
1 Parent(s): 6dabd3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def merge_function(input_sentence, selected_model):
141
  return im, output_html_filename
142
 
143
  # Define the Gradio interface
144
- input_text = gr.inputs.Textbox(label="Input Text")
145
  model_choice = gr.Radio(choices=["BIGLID", "LID201", "NLLB"], label="Select Model", value='BIGLID')
146
 
147
  output_explanation = gr.outputs.File(label="Explanation HTML")
 
141
  return im, output_html_filename
142
 
143
  # Define the Gradio interface
144
+ input_text = gr.Textbox(label="Input Text", value="J'ai visited la beautiful beach avec mes amis for a relaxing journée under the sun.")
145
  model_choice = gr.Radio(choices=["BIGLID", "LID201", "NLLB"], label="Select Model", value='BIGLID')
146
 
147
  output_explanation = gr.outputs.File(label="Explanation HTML")