Ryouko
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import shutil
|
|
3 |
from os import listdir
|
4 |
import gradio as gr
|
5 |
|
6 |
-
with gr.Blocks(theme="
|
7 |
with gr.Row():
|
8 |
gr.Markdown("# RVC V2 - EASY GUI")
|
9 |
with gr.Row():
|
|
|
3 |
from os import listdir
|
4 |
import gradio as gr
|
5 |
|
6 |
+
with gr.Blocks(theme="Ryouko-Yamanda65777/ryo") as demo:
|
7 |
with gr.Row():
|
8 |
gr.Markdown("# RVC V2 - EASY GUI")
|
9 |
with gr.Row():
|