Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
mind_craft
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Feb 21
Commit
2c594a7
·
verified
·
1 Parent(s):
6a867f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ async def move(dx: int = 0, dz: int = 0):
62
}
63
64
if __name__ == "__main__":
65
-
uvicorn.run(app, host="0.0.0.0", port=
8000
)
62
}
63
64
if __name__ == "__main__":
65
+
uvicorn.run(app, host="0.0.0.0", port=
7860
)