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...
6c1f94c
flowify-backend
/
run.py
Maouu
Upload 24 files
ce4e319
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
84 Bytes
from
app
import
app
if
__name__ ==
'__main__'
:
app.run(port=
5000
, debug=
True
)