Files changed (1) hide show
  1. src/covergen.py +2 -2
src/covergen.py CHANGED
@@ -164,8 +164,8 @@ if __name__ == '__main__':
164
  compressor_ratio, compressor_threshold, low_shelf_gain, high_shelf_gain, noise_gate_threshold,
165
  noise_gate_ratio, noise_gate_attack, noise_gate_release])
166
 
167
- with gr.Tab('Model Upload'):
168
- with gr.Tab('Upload from Link'):
169
  with gr.Row():
170
  with gr.Column(variant='panel'):
171
  gr.HTML("<center><h3>Paste the link from <a href='https://huggingface.co/' target='_blank'>HuggingFace</a>, <a href='https://pixeldrain.com/' target='_blank'>Pixeldrain</a>, <a href='https://drive.google.com/' target='_blank'>Google Drive</a> or <a href='https://mega.nz/' target='_blank'>Mega</a> into the field below</h3></center>")
 
164
  compressor_ratio, compressor_threshold, low_shelf_gain, high_shelf_gain, noise_gate_threshold,
165
  noise_gate_ratio, noise_gate_attack, noise_gate_release])
166
 
167
+ with gr.Tab('Model downloader'):
168
+ with gr.Tab('download from Link'):
169
  with gr.Row():
170
  with gr.Column(variant='panel'):
171
  gr.HTML("<center><h3>Paste the link from <a href='https://huggingface.co/' target='_blank'>HuggingFace</a>, <a href='https://pixeldrain.com/' target='_blank'>Pixeldrain</a>, <a href='https://drive.google.com/' target='_blank'>Google Drive</a> or <a href='https://mega.nz/' target='_blank'>Mega</a> into the field below</h3></center>")