Leonardo-Coronel's picture
Create app.py
61ea17b
raw
history blame contribute delete
193 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/facebook/mbart-large-en-ro", examples=examples).launch();