test / app.py
SyedZaid-Bin-Haris's picture
Update app.py
c6b6a51
raw
history blame contribute delete
94 Bytes
import gradio as gr
demo = gr.load("Helsinki-NLP/opus-mt-en-es", src="models")
demo.launch()