Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aminskjen
/
inkboard7
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
inkboard7
/
main.py
aminskjen
Upload 11 files
f2ef360
verified
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
from
app
import
app
if
__name__ ==
'__main__'
:
app.run(host=
'0.0.0.0'
, port=
5000
, debug=
True
)