Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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)")
|