Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
RichardZick
/
lung-cancer-detection
Like
0
Downloads: 1
Card
Git
Discussions
Diff of
/api/app.py
[000000] ..
[0241e6]
Switch to unified view
a
b/api/app.py
1
from app import create_app
2
3
app = create_app()
4
5
if __name__ == '__main__':
6
app.run(debug=True)