From 6530f3609c19c0438b3122037a20322acb3b7f16 Mon Sep 17 00:00:00 2001 From: Harshit Jain Date: Fri, 2 Oct 2020 22:22:29 +0530 Subject: [PATCH] Update caption_tune.py --- caption_tune.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/caption_tune.py b/caption_tune.py index d48500d..e54e7b7 100644 --- a/caption_tune.py +++ b/caption_tune.py @@ -25,3 +25,7 @@ def modcap(text): return "a person standing just in front." else: return text + + +def testingFunc(): + pass