Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ demo = gr.Interface(
|
|
| 54 |
lines = 2,
|
| 55 |
),
|
| 56 |
gr.Dropdown(
|
| 57 |
-
["End2End", "Pipeline", "Multitask"], value=["End2End"], multiselect=False, label="AVG
|
| 58 |
|
| 59 |
gr.Slider(1, 10, value=4, step=1, label="Number of Beams", info="Degree of exploration at inference.")
|
| 60 |
],
|
|
|
|
| 54 |
lines = 2,
|
| 55 |
),
|
| 56 |
gr.Dropdown(
|
| 57 |
+
["End2End", "Pipeline", "Multitask"], value=["End2End"], multiselect=False, label="AVG Approach", info="Select type of AVG approach."),
|
| 58 |
|
| 59 |
gr.Slider(1, 10, value=4, step=1, label="Number of Beams", info="Degree of exploration at inference.")
|
| 60 |
],
|