Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from utils.imageEmbedding.index import get_image_embedding
|
|
| 18 |
from utils.similarityScore import get_all_similarities
|
| 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
|
|
|
|
| 18 |
from utils.similarityScore import get_all_similarities
|
| 19 |
from utils.objectDetection.index import detect_objects
|
| 20 |
|
| 21 |
+
app = Flask(__name__)
|
| 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
|