Spaces:
Sleeping
Sleeping
hugo flores garcia
commited on
Commit
·
643254f
1
Parent(s):
c89b36c
force share
Browse files- demos/melodyflow_app.py +3 -3
demos/melodyflow_app.py
CHANGED
@@ -582,9 +582,9 @@ if __name__ == "__main__":
|
|
582 |
parser.add_argument(
|
583 |
'--inbrowser', action='store_true', help='Open in browser'
|
584 |
)
|
585 |
-
parser.add_argument(
|
586 |
-
|
587 |
-
)
|
588 |
|
589 |
args = parser.parse_args()
|
590 |
|
|
|
582 |
parser.add_argument(
|
583 |
'--inbrowser', action='store_true', help='Open in browser'
|
584 |
)
|
585 |
+
# parser.add_argument(
|
586 |
+
# '--share', action='store_true', help='Share the gradio UI'
|
587 |
+
# )
|
588 |
|
589 |
args = parser.parse_args()
|
590 |
|