Sadjad Alikhani commited on
Commit
64ad2b4
·
verified ·
1 Parent(s): c6aa746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ with gr.Blocks(css="""
328
  with gr.Row():
329
  with gr.Column():
330
  data_percentage_slider = gr.Slider(label="Data Percentage for Training", minimum=10, maximum=100, step=10, value=10)
331
- task_complexity_slider = gr.Slider(label="Task Complexity (Number of Beams)", minimum=16, maximum=256, value=16, choices=[16, 32, 64, 128, 256])
332
 
333
  with gr.Row():
334
  raw_img_bp = gr.Image(label="Raw Channels", type="pil", width=300, height=300)
 
328
  with gr.Row():
329
  with gr.Column():
330
  data_percentage_slider = gr.Slider(label="Data Percentage for Training", minimum=10, maximum=100, step=10, value=10)
331
+ task_complexity_dropdown = gr.Dropdown(label="Task Complexity (Number of Beams)", choices=[16, 32, 64, 128, 256], value=16)
332
 
333
  with gr.Row():
334
  raw_img_bp = gr.Image(label="Raw Channels", type="pil", width=300, height=300)