Spaces:
Running
Running
Update src/covergen.py
Browse files- src/covergen.py +4 -2
src/covergen.py
CHANGED
@@ -20,10 +20,12 @@ if __name__ == '__main__':
|
|
20 |
voice_models = ignore_files(rvc_models_dir)
|
21 |
|
22 |
with gr.Blocks(title='CoverGen Lite - Politrees (v0.2)', theme=gr.themes.Soft(primary_hue="green", secondary_hue="green", neutral_hue="neutral", spacing_size="sm", radius_size="lg")) as app:
|
|
|
|
|
|
|
|
|
23 |
with gr.Tab("Welcome/Contacts"):
|
24 |
gr.HTML("<center><h1>Welcome to CoverGen Lite - Politrees (v0.2)</h1></center>")
|
25 |
-
with gr.Column(variant='panel'):
|
26 |
-
gr.HTML("<center><h2>This space is running too slow due to a weak server, so I made a Google Colab notebook to work faster with this interface: <a href='https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr'>Google Colab Notebook</a>.</h2></center>")
|
27 |
with gr.Row():
|
28 |
with gr.Column(variant='panel'):
|
29 |
gr.HTML("<center><h2><a href='https://t.me/Politrees2'>Telegram</a></h2></center>")
|
|
|
20 |
voice_models = ignore_files(rvc_models_dir)
|
21 |
|
22 |
with gr.Blocks(title='CoverGen Lite - Politrees (v0.2)', theme=gr.themes.Soft(primary_hue="green", secondary_hue="green", neutral_hue="neutral", spacing_size="sm", radius_size="lg")) as app:
|
23 |
+
|
24 |
+
with gr.Column(variant='panel'):
|
25 |
+
gr.HTML("<center><h2>This space is running too slow due to a weak server, so I made a Google Colab notebook to work faster with this interface: <a href='https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr'>Google Colab Notebook</a>.</h2></center>")
|
26 |
+
|
27 |
with gr.Tab("Welcome/Contacts"):
|
28 |
gr.HTML("<center><h1>Welcome to CoverGen Lite - Politrees (v0.2)</h1></center>")
|
|
|
|
|
29 |
with gr.Row():
|
30 |
with gr.Column(variant='panel'):
|
31 |
gr.HTML("<center><h2><a href='https://t.me/Politrees2'>Telegram</a></h2></center>")
|