NCatbage commited on
Commit
133d897
1 Parent(s): 2328bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  classifier = pipeline("translation", model="Helsinki-NLP/opus-mt-mul-en")
5
  def main():
6
- st.title("Yelp review")
7
 
8
  with st.form("text_field"):
9
  text = st.text_area('enter some text:')
 
3
 
4
  classifier = pipeline("translation", model="Helsinki-NLP/opus-mt-mul-en")
5
  def main():
6
+ st.title("Japanese is too easy")
7
 
8
  with st.form("text_field"):
9
  text = st.text_area('enter some text:')