Spaces:
Runtime error
Runtime error
File size: 346 Bytes
8ccf3a8 dccc392 8ccf3a8 |
1 2 3 4 5 6 7 8 9 10 11 |
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.
"""
) |