hprasath commited on
Commit
2dce617
·
verified ·
1 Parent(s): 894070c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -19,8 +19,6 @@ from utils.similarityScore import get_all_similarities
19
  from utils.objectDetection.index import detect_objects
20
 
21
 
22
-
23
- app = Flask(_name_)
24
  cache = Cache(app, config={'CACHE_TYPE': 'simple'}) # You can choose a caching type based on your requirements
25
  CORS(app)
26
  import moviepy.editor as mp
 
19
  from utils.objectDetection.index import detect_objects
20
 
21
 
 
 
22
  cache = Cache(app, config={'CACHE_TYPE': 'simple'}) # You can choose a caching type based on your requirements
23
  CORS(app)
24
  import moviepy.editor as mp