Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Ocean82
/
Thor
like
1
License:
cc-by-4.0
Model card
Files
Files and versions
xet
Community
main
Thor
/
THOR4
/
asgard4
/
main.py
Ocean82
Upload 5328 files
6d6b815
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
99 Bytes
from
app
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
5000
, debug=
True
)