amiguel commited on
Commit
caf7ec2
·
verified ·
1 Parent(s): 9c4ef39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.set_page_config(
17
  )
18
 
19
  # Model name
20
- MODEL_NAME = "Helsinki-NLP/opus-mt-en-fr"
21
 
22
  # Title with rocket emojis
23
  st.title("🚀 English to French Translator 🚀")
 
17
  )
18
 
19
  # Model name
20
+ MODEL_NAME = "amiguel/en2fr-transformer" #"Helsinki-NLP/opus-mt-en-fr"
21
 
22
  # Title with rocket emojis
23
  st.title("🚀 English to French Translator 🚀")