jhtonyKoo commited on
Commit
db7ccb6
·
1 Parent(s): 82c2c1f

modify a bit

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks() as demo:
173
  reference_audio = gr.Audio(label="Reference Style Audio $x_{ref}$")
174
 
175
  process_button = gr.Button("Process Mastering Style Transfer")
176
- gr.Markdown('<span style="color: lightgray; font-style: italic;">all output samples are normalized to -12dB</span>')
177
 
178
  with gr.Row():
179
  with gr.Column():
@@ -196,7 +196,7 @@ with gr.Blocks() as demo:
196
  reference_audio_yt = gr.Audio(label="Reference Style Audio (Do not put when using YouTube URL)")
197
 
198
  process_button_yt = gr.Button("Process Mastering Style Transfer")
199
- gr.Markdown('<span style="color: lightgray; font-style: italic;">all output samples are normalized to -12dB</span>')
200
 
201
  with gr.Row():
202
  output_audio_yt = gr.Audio(label="Output Audio", type='numpy')
@@ -262,7 +262,7 @@ with gr.Blocks() as demo:
262
  )
263
 
264
  ito_button = gr.Button("Perform ITO")
265
- gr.Markdown('<span style="color: lightgray; font-style: italic;">all output samples are normalized to -12dB</span>')
266
 
267
  with gr.Row():
268
  with gr.Column():
 
173
  reference_audio = gr.Audio(label="Reference Style Audio $x_{ref}$")
174
 
175
  process_button = gr.Button("Process Mastering Style Transfer")
176
+ gr.Markdown('<span style="color: lightgray; font-style: italic;">all output samples are normalized to -12dB LUFS</span>')
177
 
178
  with gr.Row():
179
  with gr.Column():
 
196
  reference_audio_yt = gr.Audio(label="Reference Style Audio (Do not put when using YouTube URL)")
197
 
198
  process_button_yt = gr.Button("Process Mastering Style Transfer")
199
+ gr.Markdown('<span style="color: lightgray; font-style: italic;">all output samples are normalized to -12dB LUFS</span>')
200
 
201
  with gr.Row():
202
  output_audio_yt = gr.Audio(label="Output Audio", type='numpy')
 
262
  )
263
 
264
  ito_button = gr.Button("Perform ITO")
265
+ gr.Markdown('<span style="color: lightgray; font-style: italic;">all output samples are normalized to -12dB LUFS</span>')
266
 
267
  with gr.Row():
268
  with gr.Column():