Garvitj commited on
Commit
e91c92a
·
verified ·
1 Parent(s): f192152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def process_video(video_path):
190
 
191
  def process_audio_from_video(video_path):
192
  text_emotion = "Error in text processing" # Initialize text_emotion
193
-
194
  try:
195
  # Load the video using an alternative library (e.g., ffmpeg or cv2)
196
  import ffmpeg
 
190
 
191
  def process_audio_from_video(video_path):
192
  text_emotion = "Error in text processing" # Initialize text_emotion
193
+ text=""
194
  try:
195
  # Load the video using an alternative library (e.g., ffmpeg or cv2)
196
  import ffmpeg