Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ with gr.Blocks(fill_height=False) as demo:
|
|
| 138 |
"Greedy",
|
| 139 |
|
| 140 |
],
|
| 141 |
-
value="
|
| 142 |
label="Decoding strategy",
|
| 143 |
interactive=True,
|
| 144 |
info="Higher values is equivalent to sampling more low-probability tokens.",
|
|
|
|
| 138 |
"Greedy",
|
| 139 |
|
| 140 |
],
|
| 141 |
+
value="Greedy",
|
| 142 |
label="Decoding strategy",
|
| 143 |
interactive=True,
|
| 144 |
info="Higher values is equivalent to sampling more low-probability tokens.",
|