Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|