Hugging Face
Models
Datasets
Spaces
Community
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
c931497
·
verified
·
1 Parent(s):
5ec5b1a
Update index.py
Browse files
Files changed (1)
hide
show
index.py
+1
-1
index.py
CHANGED
Viewed
@@ -2,4 +2,4 @@ from app import app
2
3
server = app.server
4
if __name__ == '__main__':
5
-
app.
run
(debug=True)
2
3
server = app.server
4
if __name__ == '__main__':
5
+
app.
run_server
(debug=True)