Spaces:
Runtime error
Runtime error
Commit
·
dccc392
1
Parent(s):
8ccf3a8
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
st.title("Transcribe AI :pencil2:")
|
4 |
st.write(
|
5 |
"""
|
6 |
-
This is a Transcription App for
|
7 |
a Generative Transformer, a Text to Speech Model, and a Text comparison algorithm
|
8 |
that shows if you are making a mistake so you can learn to write in the desired
|
9 |
language.
|
|
|
3 |
st.title("Transcribe AI :pencil2:")
|
4 |
st.write(
|
5 |
"""
|
6 |
+
This is a Transcription App for Learning Languages. It uses 2 models,
|
7 |
a Generative Transformer, a Text to Speech Model, and a Text comparison algorithm
|
8 |
that shows if you are making a mistake so you can learn to write in the desired
|
9 |
language.
|