Aitron Emper
commited on
Commit
•
8ab236c
1
Parent(s):
3edc057
Update app.py
Browse files
app.py
CHANGED
@@ -110,9 +110,4 @@ if __name__ == "__main__":
|
|
110 |
if port_index < len(sys.argv):
|
111 |
port = int(sys.argv[port_index])
|
112 |
|
113 |
-
Applio.launch(
|
114 |
-
favicon_path="assets/ICON.ico",
|
115 |
-
share="--share" in sys.argv,
|
116 |
-
inbrowser="--open" in sys.argv,
|
117 |
-
server_port=port,
|
118 |
-
)
|
|
|
110 |
if port_index < len(sys.argv):
|
111 |
port = int(sys.argv[port_index])
|
112 |
|
113 |
+
Applio.launch()
|
|
|
|
|
|
|
|
|
|