Update app.py
Browse files
app.py
CHANGED
@@ -210,6 +210,7 @@ if __name__ == '__main__':
|
|
210 |
# Gradio Blocks Interface with Tabs
|
211 |
with gr.Blocks(title="Hex RVC", theme=gr.themes.Default(primary_hue="red", secondary_hue="pink")) as app:
|
212 |
gr.Markdown("# Hex RVC")
|
|
|
213 |
|
214 |
with gr.Tab("Inference"):
|
215 |
with gr.Row():
|
|
|
210 |
# Gradio Blocks Interface with Tabs
|
211 |
with gr.Blocks(title="Hex RVC", theme=gr.themes.Default(primary_hue="red", secondary_hue="pink")) as app:
|
212 |
gr.Markdown("# Hex RVC")
|
213 |
+
gr.Markdown(" join [AIHub](https://discord.gg/aihub) to get the rvc model!")
|
214 |
|
215 |
with gr.Tab("Inference"):
|
216 |
with gr.Row():
|