ploysuay commited on
Commit
513d52e
1 Parent(s): f68ef85

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
  translator = pipeline("translation", model="Helsinki-NLP/opus-mt-mul-en")
5
  def main():
6
- st.title("Yelp review")
7
 
8
  with st.form("translator"):
9
  text = st.text_area('enter some text:')
 
3
 
4
  translator = pipeline("translation", model="Helsinki-NLP/opus-mt-mul-en")
5
  def main():
6
+ st.title("translation")
7
 
8
  with st.form("translator"):
9
  text = st.text_area('enter some text:')