ayush2917 commited on
Commit
3a8f759
·
verified ·
1 Parent(s): 6a1ec38

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -1,7 +1,6 @@
1
- from app import create_app, init_routes
2
 
3
  app = create_app()
4
- init_routes(app)
5
 
6
  if __name__ == '__main__':
7
  app.run(host='0.0.0.0', port=7860)
 
1
+ from app import create_app
2
 
3
  app = create_app()
 
4
 
5
  if __name__ == '__main__':
6
  app.run(host='0.0.0.0', port=7860)