Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
whats-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dd8ed11
whats-app
/
main.py
abdullahalioo
Upload 38 files
f767094
verified
26 days 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
)