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 24, 2024
Commit
d35a7b6
·
verified
·
1 Parent(s):
299c47b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,4 +3,4 @@ from app import create_app
3
app = create_app()
4
5
if __name__ == '__main__':
6
-
app.run(host='0.0.0.0', port=
7860
)
3
app = create_app()
4
5
if __name__ == '__main__':
6
+
app.run(host='0.0.0.0', port=
7863
)