jhtonyKoo commited on
Commit
49cfd0e
·
verified ·
1 Parent(s): e418789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
  with gr.Column():
102
  with gr.Blocks():
103
  with gr.Tab("Input Music"):
104
- file_uploaded_in = gr.Audio(label="Input track (mix) to be mixing style transferred", type='fiilepath')
105
  with gr.Tab("YouTube url"):
106
  with gr.Row():
107
  yt_link_in = gr.Textbox(
@@ -126,7 +126,7 @@ with gr.Blocks() as demo:
126
  )
127
  with gr.Blocks():
128
  with gr.Tab("Reference Music"):
129
- file_uploaded_ref = gr.Audio(label="Reference track (mix) to copy mixing style", type='fiilepath')
130
  with gr.Tab("YouTube url"):
131
  with gr.Row():
132
  yt_link_ref = gr.Textbox(
 
101
  with gr.Column():
102
  with gr.Blocks():
103
  with gr.Tab("Input Music"):
104
+ file_uploaded_in = gr.Audio(label="Input track (mix) to be mixing style transferred", type='filepath')
105
  with gr.Tab("YouTube url"):
106
  with gr.Row():
107
  yt_link_in = gr.Textbox(
 
126
  )
127
  with gr.Blocks():
128
  with gr.Tab("Reference Music"):
129
+ file_uploaded_ref = gr.Audio(label="Reference track (mix) to copy mixing style", type='filepath')
130
  with gr.Tab("YouTube url"):
131
  with gr.Row():
132
  yt_link_ref = gr.Textbox(