Skip to content

Commit

Permalink
Updated web.py to use transcription function from new script using re…
Browse files Browse the repository at this point in the history
…st api
  • Loading branch information
Sammybams authored Nov 2, 2023
1 parent 87b9018 commit 43d9e99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project_2/web.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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")
st.write("Copyright © Microsoft Learn Student Ambassadors, Nigeria 2023")

0 comments on commit 43d9e99

Please sign in to comment.