Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def _get_args():
|
|
| 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='
|
| 98 |
|
| 99 |
args = parser.parse_args()
|
| 100 |
return args
|
|
|
|
| 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='0.0.0.0', help='Demo server name.')
|
| 98 |
|
| 99 |
args = parser.parse_args()
|
| 100 |
return args
|