cstr commited on
Commit
2e13b19
·
verified ·
1 Parent(s): f0993b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -626,8 +626,8 @@ with gr.Blocks(theme=theme) as demo:
626
 
627
  with gr.Row(equal_height=False):
628
  with gr.Column():
629
- dataset_url = gr.Textbox(label="Input Dataset URL", lines=1, placeholder = "https://huggingface.co/datasets/alvarobartt/dpo-mix-7k-simplified/resolve/main/data/train-00000-of-00001.parquet?download=true")
630
- model_type = gr.Dropdown(choices=["mix", "orpo", "ufb"], label="Dataset Type", placeholder = "mix")
631
  output_dataset_name = gr.Textbox(label="Output Dataset Name", lines=1, placeholder = "dataset_test_translations")
632
  range_specification = gr.Textbox(label="Range Specification", lines=1, placeholder="e.g., 1-100")
633
 
 
626
 
627
  with gr.Row(equal_height=False):
628
  with gr.Column():
629
+ dataset_url = gr.Textbox(label="Input Dataset URL", lines=2, placeholder = "https://huggingface.co/datasets/alvarobartt/dpo-mix-7k-simplified/resolve/main/data/train-00000-of-00001.parquet?download=true")
630
+ model_type = gr.Dropdown(choices=["mix", "orpo", "ufb"], label="Dataset Type")
631
  output_dataset_name = gr.Textbox(label="Output Dataset Name", lines=1, placeholder = "dataset_test_translations")
632
  range_specification = gr.Textbox(label="Range Specification", lines=1, placeholder="e.g., 1-100")
633