sinanonur commited on
Commit
6177ec8
·
verified ·
1 Parent(s): 45f1e43

temperature update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ with gr.Blocks() as iface:
69
  blur_override_flag = gr.Checkbox(label="Override Blur")
70
  blur_override_value = gr.Slider(0, 10, step=0.1, value=0, label="Blur Value")
71
 
72
- color_temp_flag = gr.Checkbox(label="Override Color Temperature")
73
- color_temp_value = gr.Slider(1000, 10000, step=100, value=6500, label="Color Temperature (K)")
74
 
75
  cross_process_flag = gr.Checkbox(label="Cross Process")
76
  curve_type = gr.Dropdown(choices=["color", "advanced", "both", "auto"], value="auto", label="Curve Type")
 
69
  blur_override_flag = gr.Checkbox(label="Override Blur")
70
  blur_override_value = gr.Slider(0, 10, step=0.1, value=0, label="Blur Value")
71
 
72
+ color_temp_flag = gr.Checkbox(True, label="Override Color Temperature")
73
+ color_temp_value = gr.Slider(1000, 10000, step=100, value=6800, label="Color Temperature (K)")
74
 
75
  cross_process_flag = gr.Checkbox(label="Cross Process")
76
  curve_type = gr.Dropdown(choices=["color", "advanced", "both", "auto"], value="auto", label="Curve Type")