Spaces:
Sleeping
Sleeping
Update app_rvc.py
Browse files- app_rvc.py +1 -1
app_rvc.py
CHANGED
@@ -1674,7 +1674,7 @@ input.svelte-3pzdsv {
|
|
1674 |
|
1675 |
def create_gui(theme, logs_in_gui=False):
|
1676 |
with gr.Blocks(theme=theme,css=css) as app:
|
1677 |
-
|
1678 |
gr.Markdown(title,visible=False)
|
1679 |
gr.Markdown(lg_conf["description"], visible=False)
|
1680 |
|
|
|
1674 |
|
1675 |
def create_gui(theme, logs_in_gui=False):
|
1676 |
with gr.Blocks(theme=theme,css=css) as app:
|
1677 |
+
gr.FileExplorer()
|
1678 |
gr.Markdown(title,visible=False)
|
1679 |
gr.Markdown(lg_conf["description"], visible=False)
|
1680 |
|