Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lattmamb
/
maximus-im
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a897abd
maximus-im
/
main.py
lattmamb
Upload 47 files
8beb2b1
5 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
from
app
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
5000
, debug=
True
)