File size: 108 Bytes
145f751
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/Helsinki-NLP/opus-mt-ja-en",
   provider="hf-inference",
).launch()