diff --git a/Project_2/web.py b/Project_2/web.py index 29e5a4b0..bacb0f87 100644 --- a/Project_2/web.py +++ b/Project_2/web.py @@ -1,6 +1,8 @@ import streamlit as st from SpeechTranslation import translate -from speech import Transcribe +# from speech import Transcribe +from speech_rest import Transcribe + from moviepy.editor import * from tempfile import NamedTemporaryFile @@ -69,4 +71,4 @@ st.divider() st.markdown("##### Built by contributors to the [AI-Hacktober-MLSA](https://github.com/mlsanigeria/AI-Hacktober-MLSA) repository as part of an ML/AI Hacktoberfest Challenge.") -st.write("Copyright © Microsoft Learn Student Ambassadors, Nigeria 2023") \ No newline at end of file +st.write("Copyright © Microsoft Learn Student Ambassadors, Nigeria 2023")