Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Maouu
/
flowify-backend
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3280a7b
flowify-backend
/
run.py
Maouu
Upload 24 files
ce4e319
verified
29 days ago
raw
Copy download link
history
blame
Safe
84 Bytes
from
app
import
app
if
__name__ ==
'__main__'
:
app.run(port=
5000
, debug=
True
)