Spaces:
Paused
Paused
Update app_rvc.py
Browse files- app_rvc.py +1 -5
app_rvc.py
CHANGED
|
@@ -1678,7 +1678,6 @@ def create_gui(theme, logs_in_gui=False):
|
|
| 1678 |
|
| 1679 |
gr.Markdown(title)
|
| 1680 |
gr.Markdown(lg_conf["description"])
|
| 1681 |
-
|
| 1682 |
|
| 1683 |
|
| 1684 |
with gr.Tab(lg_conf["tab_translate"]):
|
|
@@ -2289,10 +2288,7 @@ def create_gui(theme, logs_in_gui=False):
|
|
| 2289 |
],
|
| 2290 |
outputs=[video_output],
|
| 2291 |
cache_examples=False,
|
| 2292 |
-
|
| 2293 |
-
|
| 2294 |
-
|
| 2295 |
-
|
| 2296 |
|
| 2297 |
with gr.Tab(lg_conf["tab_docs"],visible=False):
|
| 2298 |
with gr.Column():
|
|
|
|
| 1678 |
|
| 1679 |
gr.Markdown(title)
|
| 1680 |
gr.Markdown(lg_conf["description"])
|
|
|
|
| 1681 |
|
| 1682 |
|
| 1683 |
with gr.Tab(lg_conf["tab_translate"]):
|
|
|
|
| 2288 |
],
|
| 2289 |
outputs=[video_output],
|
| 2290 |
cache_examples=False,
|
| 2291 |
+
)
|
|
|
|
|
|
|
|
|
|
| 2292 |
|
| 2293 |
with gr.Tab(lg_conf["tab_docs"],visible=False):
|
| 2294 |
with gr.Column():
|