AnhP commited on
Commit
d1b0733
·
verified ·
1 Parent(s): 7d02f40

Update main/app/app.py

Browse files
Files changed (1) hide show
  1. main/app/app.py +3 -1
main/app/app.py CHANGED
@@ -1305,7 +1305,7 @@ def training(model_name, rvc_version, save_every_epoch, save_only_latest, save_e
1305
 
1306
 
1307
 
1308
- with gr.Blocks(title="📱 Vietnamese-RVC GUI BY ANH", theme=theme) as app:
1309
  gr.HTML(translations["display_title"])
1310
  with gr.Row():
1311
  gr.Markdown(translations["rick_roll"].format(rickroll=codecs.decode('uggcf://jjj.lbhghor.pbz/jngpu?i=qDj4j9JtKpD', 'rot13')))
@@ -1313,6 +1313,8 @@ with gr.Blocks(title="📱 Vietnamese-RVC GUI BY ANH", theme=theme) as app:
1313
  gr.Markdown(translations["terms_of_use"])
1314
  with gr.Row():
1315
  gr.Markdown(translations["exemption"])
 
 
1316
 
1317
  with gr.Tabs():
1318
  paths_for_files = lambda path: [os.path.abspath(os.path.join(path, f)) for f in os.listdir(path) if os.path.splitext(f)[1] in ('.mp3', '.wav', '.flac', '.ogg', '.m4a')]
 
1305
 
1306
 
1307
 
1308
+ with gr.Blocks(title="📱 RVC GUI BY ANH", theme=theme) as app:
1309
  gr.HTML(translations["display_title"])
1310
  with gr.Row():
1311
  gr.Markdown(translations["rick_roll"].format(rickroll=codecs.decode('uggcf://jjj.lbhghor.pbz/jngpu?i=qDj4j9JtKpD', 'rot13')))
 
1313
  gr.Markdown(translations["terms_of_use"])
1314
  with gr.Row():
1315
  gr.Markdown(translations["exemption"])
1316
+ with gr.Row():
1317
+ gr.Markdown(f"Use full: [Colab](https://colab.research.google.com/drive/18Ed5HbwcX0di6aJymX0EaUNz-xXU5uUc?hl=vi#scrollTo=DZDKirCM0F9g)")
1318
 
1319
  with gr.Tabs():
1320
  paths_for_files = lambda path: [os.path.abspath(os.path.join(path, f)) for f in os.listdir(path) if os.path.splitext(f)[1] in ('.mp3', '.wav', '.flac', '.ogg', '.m4a')]