File size: 166 Bytes
33b08a4
 
 
 
 
1
2
3
4
5
import gradio as gr

description = "DEMO"
demo = gr.Interface.load("models/Shularp/krirk-finetuned-Helsinki-NLP_opus-mt-en-ar", description=description)
demo.launch()