Sudipta Nayak
commited on
Commit
·
0a18ced
1
Parent(s):
1157dc7
flag added
Browse files- app/main.py +1 -0
app/main.py
CHANGED
@@ -56,6 +56,7 @@ async def detect_objects(request: Request, file: UploadFile):
|
|
56 |
|
57 |
print('original_image_path :', str(original_image_path))
|
58 |
print('output_image_path :', str(output_image_path))
|
|
|
59 |
|
60 |
# Render HTML using Jinja2Templates
|
61 |
return templates.TemplateResponse(
|
|
|
56 |
|
57 |
print('original_image_path :', str(original_image_path))
|
58 |
print('output_image_path :', str(output_image_path))
|
59 |
+
print('is_video :', str(is_video))
|
60 |
|
61 |
# Render HTML using Jinja2Templates
|
62 |
return templates.TemplateResponse(
|