Spaces:
Runtime error
Runtime error
Update image_captioning.py
Browse files- image_captioning.py +1 -0
image_captioning.py
CHANGED
|
@@ -378,3 +378,4 @@ def analyze_video_activities(video_path):
|
|
| 378 |
except Exception as e:
|
| 379 |
print(f"Error analyzing video: {str(e)}")
|
| 380 |
return [] # Maintain consistent return type
|
|
|
|
|
|
| 378 |
except Exception as e:
|
| 379 |
print(f"Error analyzing video: {str(e)}")
|
| 380 |
return [] # Maintain consistent return type
|
| 381 |
+
|