Update app.py
Browse files
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"):
|