littlebird13 commited on
Commit
94c03bd
·
verified ·
1 Parent(s): 2db73aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, default=7860, 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()
 
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()