Spaces:
Sleeping
Sleeping
idan shenfeld
commited on
Commit
·
83e1f30
1
Parent(s):
b1155b9
upgrade gradio version
Browse files- .vscode/launch.json +14 -0
.vscode/launch.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "0.2.0",
|
3 |
+
"configurations": [
|
4 |
+
{
|
5 |
+
"name": "Python Debugger: Current File with Arguments",
|
6 |
+
"type": "debugpy",
|
7 |
+
"request": "launch",
|
8 |
+
"program": "${file}",
|
9 |
+
"console": "integratedTerminal",
|
10 |
+
"args": [
|
11 |
+
]
|
12 |
+
}
|
13 |
+
]
|
14 |
+
}
|