Spaces:
Sleeping
Sleeping
test-rtechs
commited on
Update app_rvc.py
Browse files- app_rvc.py +3 -3
app_rvc.py
CHANGED
@@ -1483,7 +1483,7 @@ class SoniTranslate(SoniTrCache):
|
|
1483 |
return output
|
1484 |
|
1485 |
|
1486 |
-
title = "<center><strong><font size='7'>📽️ ALEPH-WEO-WEBETA
|
1487 |
|
1488 |
|
1489 |
def create_gui(theme, logs_in_gui=False):
|
@@ -2870,7 +2870,7 @@ def create_parser():
|
|
2870 |
parser.add_argument(
|
2871 |
"--public_url",
|
2872 |
action="store_true",
|
2873 |
-
default=
|
2874 |
help="Enable public link",
|
2875 |
)
|
2876 |
parser.add_argument(
|
@@ -2931,7 +2931,7 @@ if __name__ == "__main__":
|
|
2931 |
|
2932 |
app.launch(
|
2933 |
max_threads=1,
|
2934 |
-
share=
|
2935 |
show_error=True,
|
2936 |
quiet=False,
|
2937 |
debug=(True if logger.isEnabledFor(logging.DEBUG) else False),
|
|
|
1483 |
return output
|
1484 |
|
1485 |
|
1486 |
+
title = "<center><strong><font size='7'>📽️ ALEPH-WEO-WEBETA 🈷️</font></strong></center>"
|
1487 |
|
1488 |
|
1489 |
def create_gui(theme, logs_in_gui=False):
|
|
|
2870 |
parser.add_argument(
|
2871 |
"--public_url",
|
2872 |
action="store_true",
|
2873 |
+
default=True,
|
2874 |
help="Enable public link",
|
2875 |
)
|
2876 |
parser.add_argument(
|
|
|
2931 |
|
2932 |
app.launch(
|
2933 |
max_threads=1,
|
2934 |
+
share=args.public_url,
|
2935 |
show_error=True,
|
2936 |
quiet=False,
|
2937 |
debug=(True if logger.isEnabledFor(logging.DEBUG) else False),
|