ryanzhangfan commited on
Commit
4efeb0c
1 Parent(s): cd9f1f6

delete port

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,7 +6,7 @@
6
  # Email : [email protected]
7
  # Institute : Beijing Academy of Artificial Intelligence (BAAI)
8
  # Create On : 2023-12-11 15:34
9
- # Last Modified : 2023-12-20 14:15
10
  # File Name : app.py
11
  # Description :
12
  #
@@ -76,6 +76,5 @@ if __name__ == "__main__":
76
  api_open=False,
77
  ).launch(
78
  enable_queue=True,
79
- server_name=args.host, server_port=args.port,
80
  share=args.share,
81
  )
 
6
  # Email : [email protected]
7
  # Institute : Beijing Academy of Artificial Intelligence (BAAI)
8
  # Create On : 2023-12-11 15:34
9
+ # Last Modified : 2023-12-20 14:17
10
  # File Name : app.py
11
  # Description :
12
  #
 
76
  api_open=False,
77
  ).launch(
78
  enable_queue=True,
 
79
  share=args.share,
80
  )