Plana-Archive commited on
Commit
a41c033
·
verified ·
1 Parent(s): 027a03f

Upload wd-tagger-heatmap-more-models/.vscode/launch.json with huggingface_hub

Browse files
wd-tagger-heatmap-more-models/.vscode/launch.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "name": "Debug App",
6
+ "type": "debugpy",
7
+ "request": "launch",
8
+ "program": "${workspaceFolder}/app.py",
9
+ "console": "integratedTerminal",
10
+ "subProcess": true
11
+ }
12
+ ]
13
+ }