Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
josondev
/
IITM-NPPE
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
IITM-NPPE
/
app.py
josondev
Update app.py
15ab88b
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
149 Bytes
# app.py - TrackIO Dashboard
import
trackio
# Create the dashboard
demo = trackio.demo()
# Launch it
if
__name__ ==
"__main__"
:
demo.launch()