deadshot2003 commited on
Commit
1b7c98d
·
verified ·
1 Parent(s): daf8fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -99,5 +99,4 @@ elif option == "Upload audio/video file":
99
  transcript_text = transcribe_audio(uploaded_file)
100
  summary = handle_summary(transcript_text)
101
  st.text_area("Summary", summary, height=200)
102
- if __name__ == "__main__":
103
- main()
 
99
  transcript_text = transcribe_audio(uploaded_file)
100
  summary = handle_summary(transcript_text)
101
  st.text_area("Summary", summary, height=200)
102
+