Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -470,7 +470,7 @@ This parameter will not impact the beam search paths, but only influence the cho
|
|
| 470 |
)
|
| 471 |
text = gr.Textbox(
|
| 472 |
label="Sentence to decode from",
|
| 473 |
-
value="
|
| 474 |
)
|
| 475 |
with gr.Row():
|
| 476 |
n_steps = gr.Slider(
|
|
|
|
| 470 |
)
|
| 471 |
text = gr.Textbox(
|
| 472 |
label="Sentence to decode from",
|
| 473 |
+
value="Thank you for",
|
| 474 |
)
|
| 475 |
with gr.Row():
|
| 476 |
n_steps = gr.Slider(
|