Spaces:
Runtime error
Runtime error
import streamlit as st | |
st.title("Transcribe AI :pencil2:") | |
st.write( | |
""" | |
This is a Transcription App for Learning Languages. It uses 2 models, | |
a Generative Transformer, a Text to Speech Model, and a Text comparison algorithm | |
that shows if you are making a mistake so you can learn to write in the desired | |
language. | |
""" | |
) |