Hev832 commited on
Commit
672e69b
1 Parent(s): f55fc3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ if __name__ == '__main__':
208
 
209
 
210
  # Gradio Blocks Interface with Tabs
211
- with gr.Blocks(title="Hex RVC", theme=gr.Default(primary_hue="red", secondary_hue="pink")) as app:
212
  gr.Markdown("# Hex RVC")
213
 
214
  with gr.Tab("Inference"):
 
208
 
209
 
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"):