Spaces:
Sleeping
Sleeping
Commit
·
69faebb
1
Parent(s):
6dabd3f
Update app.py
Browse files
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.
|
| 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")
|