LPX55 commited on
Commit
484dd05
·
verified ·
1 Parent(s): 57777dd

Update app_v2.py

Browse files
Files changed (1) hide show
  1. app_v2.py +1 -1
app_v2.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as iface:
190
  lines=4,
191
  value=sys_prompt,
192
  label="System Prompt for Captioning",
193
- visible=False # Changed to visible
194
  )
195
  temperature_slider = gr.Slider(
196
  minimum=0.0, maximum=2.0, value=0.6, step=0.05,
 
190
  lines=4,
191
  value=sys_prompt,
192
  label="System Prompt for Captioning",
193
+ visible=True # Changed to visible
194
  )
195
  temperature_slider = gr.Slider(
196
  minimum=0.0, maximum=2.0, value=0.6, step=0.05,