Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 103 |
-
main()
|
|
|
|
| 99 |
transcript_text = transcribe_audio(uploaded_file)
|
| 100 |
summary = handle_summary(transcript_text)
|
| 101 |
st.text_area("Summary", summary, height=200)
|
| 102 |
+
|
|
|