LYL1015 commited on
Commit
2cdf47f
Β·
verified Β·
1 Parent(s): 8d69ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -932,4 +932,5 @@ if __name__ == "__main__":
932
  print(f" Enable sharing: Add --share parameter")
933
  if args.server_name == "0.0.0.0":
934
  print(f"🌐 Local access: http://localhost:{args.server_port}")
935
- print(f"🌐 LAN access: http://<your IP address>:{args.server_port}")
 
 
932
  print(f" Enable sharing: Add --share parameter")
933
  if args.server_name == "0.0.0.0":
934
  print(f"🌐 Local access: http://localhost:{args.server_port}")
935
+ print(f"🌐 LAN access: http://<your IP address>:{args.server_port}")
936
+