Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atsuga
/
map
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
map
/
run.py
atsuga
Update run.py
6d9f164
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
198 Bytes
from
app
import
app
# atau import flask app kamu
if
__name__ ==
"__main__"
:
app.run(
host=
"0.0.0.0"
,
port=
7860
,
# di Spaces bebas, tapi 7860 standar
debug=
False
)