Photon08 commited on
Commit
37e5baf
·
1 Parent(s): a0e4077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def predict(url=None, translation="No",tran_lang="en"):
48
  return detected_lang, transcription, trans
49
  else:
50
  return lang_dict, transcription
51
- st.image(image="https://www.google.com/url?sa=i&url=https%3A%2F%2Fanalyticsindiamag.com%2Fall-the-tech-you-need-to-know-that-powers-speech-to-text-on-your-device%2F&psig=AOvVaw2KQVFHqncUGFOEH9qodTxF&ust=1676468967049000&source=images&cd=vfe&ved=0CBAQjRxqFwoTCOiVpdyTlf0CFQAAAAAdAAAAABAE")
52
  st.title("Sppech to Text generator")
53
 
54
  st.write("This app uses an open source neural net called Whisper(developed by OpenAI)")
 
48
  return detected_lang, transcription, trans
49
  else:
50
  return lang_dict, transcription
51
+ st.image(image="https://www.respeecher.com/hubfs/What-is-Text-to-Speech-TTS%29-Initial-Speech-Synthesis-Explained-Respeecher-voice-cloning-software.jpeg",output_format="JPEG")
52
  st.title("Sppech to Text generator")
53
 
54
  st.write("This app uses an open source neural net called Whisper(developed by OpenAI)")