Spaces:
Running
Running
Update main/app/app.py
Browse files- main/app/app.py +6 -1
main/app/app.py
CHANGED
@@ -23,7 +23,12 @@ from main.app.based.utils import *
|
|
23 |
|
24 |
with gr.Blocks(title="Ultimate RVC Maker ⚡", theme=theme) as app:
|
25 |
gr.HTML("<h1 style='text-align: center;'>Ultimate RVC Maker ⚡</h1>")
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
27 |
with gr.Tabs():
|
28 |
|
29 |
|
|
|
23 |
|
24 |
with gr.Blocks(title="Ultimate RVC Maker ⚡", theme=theme) as app:
|
25 |
gr.HTML("<h1 style='text-align: center;'>Ultimate RVC Maker ⚡</h1>")
|
26 |
+
gr.Markdown(
|
27 |
+
f"""
|
28 |
+
If you liked this HF Space you can give me a ❤️
|
29 |
+
Try Ultimate RVC Maker WebUI using Colab [here](https://colab.research.google.com/github/TheNeodev/RVC-MAKER/blob/main/webui.ipynb)
|
30 |
+
"""
|
31 |
+
)
|
32 |
with gr.Tabs():
|
33 |
|
34 |
|