atticus commited on
Commit
f733bb1
1 Parent(s): a90b257

share false

Browse files
Files changed (2) hide show
  1. .vscode/sftp.json +0 -32
  2. app.py +1 -1
.vscode/sftp.json CHANGED
@@ -1,32 +0,0 @@
1
- {
2
- "name": "itr-ddt",
3
- "host": "192.168.0.109",
4
- "protocol": "sftp",
5
- "port": 22,
6
- "username": "atticus",
7
- "password":"qs123",
8
- "passphrase": "null",
9
- "passive": false,
10
- "interactiveAuth": true,
11
- "remotePath": "/home/atticus/proj/matching/itr-ddt",
12
- "context": "D:/Projects/MultiModal/itr-ddt",
13
- "uploadOnSave": true,
14
- "downloadOnOpen":true,
15
- "syncMode": "update",
16
- "ignore": [
17
- "**/.vscode/**",
18
- "**/.git/**",
19
- "**/.DS_Store",
20
- "**/*.tar",
21
- "**/*.zip",
22
- "**/*.pkl",
23
- "**/*.json",
24
- "**/*.npy"
25
- ],
26
- "watcher": {
27
- "files": "*",
28
- "autoUpload": false,
29
- "autoDelete": false
30
- }
31
- }
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app.py CHANGED
@@ -127,4 +127,4 @@ if __name__ == "__main__":
127
  title="HUST毕业设计-图文检索系统",
128
  description="请输入图片或文本,将为您展示相关的图片:",
129
  )
130
- iface.launch(share=True)
127
  title="HUST毕业设计-图文检索系统",
128
  description="请输入图片或文本,将为您展示相关的图片:",
129
  )
130
+ iface.launch(share=False)