Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def _get_args():
|
|
| 93 |
help='Create a publicly shareable link for the interface.')
|
| 94 |
parser.add_argument('--inbrowser', action='store_true', default=False,
|
| 95 |
help='Automatically launch the interface in a new tab on the default browser.')
|
| 96 |
-
parser.add_argument('--server-port', type=int,
|
| 97 |
parser.add_argument('--server-name', type=str, default='127.0.0.1', help='Demo server name.')
|
| 98 |
|
| 99 |
args = parser.parse_args()
|
|
|
|
| 93 |
help='Create a publicly shareable link for the interface.')
|
| 94 |
parser.add_argument('--inbrowser', action='store_true', default=False,
|
| 95 |
help='Automatically launch the interface in a new tab on the default browser.')
|
| 96 |
+
parser.add_argument('--server-port', type=int, help='Demo server port.')
|
| 97 |
parser.add_argument('--server-name', type=str, default='127.0.0.1', help='Demo server name.')
|
| 98 |
|
| 99 |
args = parser.parse_args()
|