Spaces:
Build error
Build error
Update app_rvc.py
Browse files- app_rvc.py +2 -2
app_rvc.py
CHANGED
|
@@ -1480,7 +1480,7 @@ class SoniTranslate(SoniTrCache):
|
|
| 1480 |
title = "<center><strong><font size='7'>📽️ Aleph Weo Webeta ✝️</font></strong></center>"
|
| 1481 |
|
| 1482 |
|
| 1483 |
-
def create_gui(theme, logs_in_gui=
|
| 1484 |
with gr.Blocks(theme=theme) as app:
|
| 1485 |
gr.Markdown(title)
|
| 1486 |
gr.Markdown(lg_conf["description"])
|
|
@@ -2846,7 +2846,7 @@ def create_parser():
|
|
| 2846 |
parser.add_argument(
|
| 2847 |
"--theme",
|
| 2848 |
type=str,
|
| 2849 |
-
default="
|
| 2850 |
help=(
|
| 2851 |
"Specify the theme; find themes in "
|
| 2852 |
"https://huggingface.co/spaces/gradio/theme-gallery;"
|
|
|
|
| 1480 |
title = "<center><strong><font size='7'>📽️ Aleph Weo Webeta ✝️</font></strong></center>"
|
| 1481 |
|
| 1482 |
|
| 1483 |
+
def create_gui(theme, logs_in_gui=True):
|
| 1484 |
with gr.Blocks(theme=theme) as app:
|
| 1485 |
gr.Markdown(title)
|
| 1486 |
gr.Markdown(lg_conf["description"])
|
|
|
|
| 2846 |
parser.add_argument(
|
| 2847 |
"--theme",
|
| 2848 |
type=str,
|
| 2849 |
+
default="victorrauwcc/RCC",
|
| 2850 |
help=(
|
| 2851 |
"Specify the theme; find themes in "
|
| 2852 |
"https://huggingface.co/spaces/gradio/theme-gallery;"
|