GoDenver / app.py
LucianoMolinelli's picture
Create app.py
ed6ea01
raw
history blame contribute delete
No virus
175 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/t5-large", examples=examples).launch();