dpassov commited on
Commit
ade8f66
β€’
1 Parent(s): b841138

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@
5
  from transformers import pipeline
6
  import gradio as gr
7
 
8
- pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-en-es")
9
 
10
  demo = gr.Interface.from_pipeline(pipe)
11
  demo.launch()
 
5
  from transformers import pipeline
6
  import gradio as gr
7
 
8
+ pipe = pipeline("translation", model="NousResearch/Yarn-Mistral-7b-128k")
9
 
10
  demo = gr.Interface.from_pipeline(pipe)
11
  demo.launch()