Next commited on
Commit
d2c4058
·
verified ·
1 Parent(s): 0d33ba8

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +4 -6
src/webui.py CHANGED
@@ -5,7 +5,7 @@ import urllib.request
5
  import zipfile
6
  import gdown
7
  from argparse import ArgumentParser
8
-
9
  import gradio as gr
10
 
11
  from main import song_cover_pipeline
@@ -180,17 +180,15 @@ if __name__ == '__main__':
180
  with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
181
  public_models = json.load(infile)
182
 
183
- with gr.Blocks(title='RVC AICoverGen WebUI') as app:
184
 
185
- gr.Label('RVC AICoverGen WebUI', show_label=False)
186
  gr.HTML(
187
  "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
188
- )
189
-
190
 
191
  # main tab
192
  with gr.Tab("Generate"):
193
-
194
  with gr.Accordion('Main Options'):
195
  with gr.Row():
196
  with gr.Column():
 
5
  import zipfile
6
  import gdown
7
  from argparse import ArgumentParser
8
+ from Applio import *
9
  import gradio as gr
10
 
11
  from main import song_cover_pipeline
 
180
  with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
181
  public_models = json.load(infile)
182
 
183
+ with gr.Blocks(theme=applio, title='RVC AICoverGen WebUI') as app:
184
 
185
+ gr.HTML(' <center> RVC AICoverGen WebUI')
186
  gr.HTML(
187
  "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
188
+ )
 
189
 
190
  # main tab
191
  with gr.Tab("Generate"):
 
192
  with gr.Accordion('Main Options'):
193
  with gr.Row():
194
  with gr.Column():