Spacelmaj / app.py
sebastel's picture
Update app.py
8fb1e88
raw
history blame contribute delete
216 Bytes
import gradio as gr
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
gr.Interface.load("huggingface/remotejob/tweetsDISTILGPT2fi_v4", title="*Titulo*", examples=examples).launch();