Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ if __name__ == '__main__':
|
|
257 |
|
258 |
|
259 |
# Gradio Blocks Interface with Tabs
|
260 |
-
with gr.Blocks(title="Hex RVC", theme=gr.themes.
|
261 |
gr.Markdown("# Hex RVC")
|
262 |
gr.Markdown(" join [AIHub](https://discord.gg/aihub) to get the rvc model!")
|
263 |
|
|
|
257 |
|
258 |
|
259 |
# Gradio Blocks Interface with Tabs
|
260 |
+
with gr.Blocks(title="Hex RVC", theme=gr.themes.Base(primary_hue="red", secondary_hue="pink")) as app:
|
261 |
gr.Markdown("# Hex RVC")
|
262 |
gr.Markdown(" join [AIHub](https://discord.gg/aihub) to get the rvc model!")
|
263 |
|