TruthCheck-AI / .vscode /launch.json
CHRISDANIEL145
Initial commit of TruthCheck with Cyber-Noir UI
622a0b7
Raw
History Blame Contribute Delete
259 Bytes
{
"version": "0.2.0",
"configurations": [
{
"name": "TruthCheck Gradio",
"type": "python",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal"
}
]
}