cstr commited on
Commit
f0993b1
·
verified ·
1 Parent(s): 09caf70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -626,9 +626,9 @@ 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)
630
- model_type = gr.Dropdown(choices=["mix", "orpo", "ufb"], label="Dataset Type")
631
- output_dataset_name = gr.Textbox(label="Output Dataset Name", lines=1)
632
  range_specification = gr.Textbox(label="Range Specification", lines=1, placeholder="e.g., 1-100")
633
 
634
  with gr.Column():
 
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
 
634
  with gr.Column():