Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jethro85
/
DPSGDTool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adae711
DPSGDTool
/
run.py
Shuya Feng
feat: Implement DP-SGD Explorer web application with Flask backend, interactive frontend, and easy deployment script
6640531
6 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
from
app
import
create_app
app = create_app()
if
__name__ ==
'__main__'
:
app.run(debug=
True
)