Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Zienab/ocr-2
Zienab
/
ocr-3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Zienab
commited on
Nov 17, 2024
Commit
57e51e8
·
verified
·
1 Parent(s):
85e5275
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
from app import create_app
2
+
3
+
app = create_app()
4
+
5
+
if __name__ == '__main__':
6
+
app.run()