long292 commited on
Commit
55cf467
1 Parent(s): 3b32968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from transformer import pipeline
2
  pipe = pipeline("text2text-generation", model="long292/bartpho-word")
3
  def translate_HV(from_text):
4
  results = translation_pipeline(from_text)
 
1
+ from transformers import pipeline
2
  pipe = pipeline("text2text-generation", model="long292/bartpho-word")
3
  def translate_HV(from_text):
4
  results = translation_pipeline(from_text)