Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
garvitcpp
/
Revibe
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Revibe
/
Backend
/
run.py
garvitcpp
Upload 19 files
398778b
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
from
app
import
create_app
app = create_app()
if
__name__ ==
'__main__'
:
app.run(host=
'0.0.0.0'
, port=app.config[
'PORT'
])