abrar-adnan commited on
Commit
e4c9916
1 Parent(s): 4b7f0df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -112,11 +112,11 @@ def video_processing(video_file, encoded_video):
112
  start_time = time.time()
113
 
114
  transcription = getTranscription(video_file)
115
- # print(transcription)
116
  text_emotion = analyze_emotion(transcription)
117
- # print(text_emotion)
118
  text_sentiment = analyze_sentiment(transcription)
119
- # print(text_sentiment)
120
 
121
  video_capture = cv2.VideoCapture(video_file)
122
  on_camera = 0
 
112
  start_time = time.time()
113
 
114
  transcription = getTranscription(video_file)
115
+ print(transcription)
116
  text_emotion = analyze_emotion(transcription)
117
+ print(text_emotion)
118
  text_sentiment = analyze_sentiment(transcription)
119
+ print(text_sentiment)
120
 
121
  video_capture = cv2.VideoCapture(video_file)
122
  on_camera = 0