oceansweep commited on
Commit
a61eef4
·
verified ·
1 Parent(s): 35c0681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1308,7 +1308,7 @@ def launch_ui(demo_mode=False):
1308
  label="Download Video(Select to allow for file download of selected video)", value=False, visible=False)
1309
  download_audio_input = gr.Checkbox(
1310
  label="Download Audio(Select to allow for file download of selected Video's Audio)", value=False,
1311
- visible=True)
1312
  detail_level_input = gr.Slider(minimum=0.0, maximum=1.0, value=0.1, step=0.1, interactive=False,
1313
  label="Detail Level (Slide me)", visible=True)
1314
 
 
1308
  label="Download Video(Select to allow for file download of selected video)", value=False, visible=False)
1309
  download_audio_input = gr.Checkbox(
1310
  label="Download Audio(Select to allow for file download of selected Video's Audio)", value=False,
1311
+ visible=False)
1312
  detail_level_input = gr.Slider(minimum=0.0, maximum=1.0, value=0.1, step=0.1, interactive=False,
1313
  label="Detail Level (Slide me)", visible=True)
1314