demo_hf / app.py
Patt's picture
Create app.py
33b08a4
raw
history blame contribute delete
No virus
166 Bytes
import gradio as gr
description = "DEMO"
demo = gr.Interface.load("models/Shularp/krirk-finetuned-Helsinki-NLP_opus-mt-en-ar", description=description)
demo.launch()