Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -484,7 +484,7 @@ with gr.Blocks(
|
|
484 |
|
485 |
text = gr.Textbox(
|
486 |
label="Sentence to decode from",
|
487 |
-
value="
|
488 |
)
|
489 |
|
490 |
n_steps=12
|
|
|
484 |
|
485 |
text = gr.Textbox(
|
486 |
label="Sentence to decode from",
|
487 |
+
value="The Capital of France is",
|
488 |
)
|
489 |
|
490 |
n_steps=12
|