MuhammadQASIM111 commited on
Commit
a322828
Β·
verified Β·
1 Parent(s): dd6ba91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def transcribe_and_summarize(video_file):
28
 
29
  # Clean up the audio file
30
  os.remove(audio_file)
31
- return transcribed_text, summary
32
 
33
  except Exception as e:
34
  return str(e), "Error occurred during processing."
 
28
 
29
  # Clean up the audio file
30
  os.remove(audio_file)
31
+ return transcribed_text, summary
32
 
33
  except Exception as e:
34
  return str(e), "Error occurred during processing."