Spaces:
Runtime error
Runtime error
ref shard size
Browse files
app.py
CHANGED
|
@@ -271,7 +271,9 @@ with gr.Blocks() as demo:
|
|
| 271 |
info="Choose CLI",
|
| 272 |
)
|
| 273 |
out_shard_size = gr.Dropdown(
|
| 274 |
-
["500M", "1B", "2B", "3B", "4B", "5B"]
|
|
|
|
|
|
|
| 275 |
)
|
| 276 |
token = gr.Textbox(
|
| 277 |
lines=1,
|
|
|
|
| 271 |
info="Choose CLI",
|
| 272 |
)
|
| 273 |
out_shard_size = gr.Dropdown(
|
| 274 |
+
["500M", "1B", "2B", "3B", "4B", "5B"],
|
| 275 |
+
label="Output Shard Size",
|
| 276 |
+
value="500M",
|
| 277 |
)
|
| 278 |
token = gr.Textbox(
|
| 279 |
lines=1,
|