Spaces:
Running
on
Zero
Running
on
Zero
Upload 3 files
Browse files- .vscode/launch.json +12 -0
- __pycache__/config.cpython-38.pyc +0 -0
- __pycache__/share.cpython-38.pyc +0 -0
.vscode/launch.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "0.2.0",
|
3 |
+
"configurations": [
|
4 |
+
{
|
5 |
+
"name": "Python Debugger: gradio_canny2image.py",
|
6 |
+
"type": "debugpy",
|
7 |
+
"request": "launch",
|
8 |
+
"program": "${workspaceFolder}/gradio_canny2image.py",
|
9 |
+
"console": "integratedTerminal",
|
10 |
+
}
|
11 |
+
]
|
12 |
+
}
|
__pycache__/config.cpython-38.pyc
ADDED
Binary file (151 Bytes). View file
|
|
__pycache__/share.cpython-38.pyc
ADDED
Binary file (275 Bytes). View file
|
|