Hev832 commited on
Commit
fc9714e
·
verified ·
1 Parent(s): d325258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Ocean(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
 
 
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