TulipAIs commited on
Commit
b4cc389
·
1 Parent(s): 58ea49f

commenting out "Customization" tab

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1020,7 +1020,7 @@ def ui_full(launch_kwargs):
1020
  trim_end_a = gr.Number(label="Trim End", value=0, interactive=True)
1021
  audio_a = gr.Audio(source="upload", type="numpy", label="Input Audio (optional)", interactive=True)
1022
 
1023
- with gr.Tab("Customization"):
1024
  with gr.Row():
1025
  with gr.Column():
1026
  background_a = gr.ColorPicker(value="#0f0f0f", label="background color", interactive=True, scale=0)
@@ -1030,7 +1030,7 @@ def ui_full(launch_kwargs):
1030
  image_a = gr.Image(label="Background Image", type="filepath", interactive=True, scale=4)
1031
  with gr.Row():
1032
  height_a = gr.Number(label="Height", value=512, interactive=True)
1033
- width_a = gr.Number(label="Width", value=768, interactive=True)
1034
 
1035
  with gr.Tab("Settings"):
1036
  with gr.Row():
 
1020
  trim_end_a = gr.Number(label="Trim End", value=0, interactive=True)
1021
  audio_a = gr.Audio(source="upload", type="numpy", label="Input Audio (optional)", interactive=True)
1022
 
1023
+ '''with gr.Tab("Customization"):
1024
  with gr.Row():
1025
  with gr.Column():
1026
  background_a = gr.ColorPicker(value="#0f0f0f", label="background color", interactive=True, scale=0)
 
1030
  image_a = gr.Image(label="Background Image", type="filepath", interactive=True, scale=4)
1031
  with gr.Row():
1032
  height_a = gr.Number(label="Height", value=512, interactive=True)
1033
+ width_a = gr.Number(label="Width", value=768, interactive=True)'''
1034
 
1035
  with gr.Tab("Settings"):
1036
  with gr.Row():