Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sentdiario
/
Sentdiario
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thak123
commited on
Apr 25, 2024
Commit
d0a269c
·
verified
·
1 Parent(s):
ef9e27b
Create index.py
Browse files
Files changed (1)
hide
show
index.py
+4
-0
index.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from app import app
2
+
3
+
if __name__ == '__main__':
4
+
app.run(debug=True)