jlmarrugom commited on
Commit
dccc392
·
1 Parent(s): 8ccf3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Learn 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.
 
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.