Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
from transformers import pipeline
|
6 |
import gradio as gr
|
7 |
|
8 |
-
pipe = pipeline("translation", model="
|
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()
|