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...
garvitcpp
commited on
Oct 23, 2024
Commit
28925d3
·
verified
·
1 Parent(s):
8b6aeaa
Delete run.py
Browse files
Files changed (1)
hide
show
run.py
+0
-6
run.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
from app import create_app
2
-
3
-
app = create_app()
4
-
5
-
if __name__ == '__main__':
6
-
app.run(host='0.0.0.0', port=app.config['PORT'])