Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import gradio as gr
|
|
| 6 |
with gr.Blocks() as demo:
|
| 7 |
with gr.Row():
|
| 8 |
gr.Markdown("# RVC V2 - EASY GUI")
|
| 9 |
-
|
| 10 |
with gr.Tab("Inference"):
|
| 11 |
with gr.Row():
|
| 12 |
model_name = gr.Textbox(label="Model Name For Inference")
|
|
|
|
| 6 |
with gr.Blocks() as demo:
|
| 7 |
with gr.Row():
|
| 8 |
gr.Markdown("# RVC V2 - EASY GUI")
|
| 9 |
+
with gr.Row():
|
| 10 |
with gr.Tab("Inference"):
|
| 11 |
with gr.Row():
|
| 12 |
model_name = gr.Textbox(label="Model Name For Inference")
|