File size: 216 Bytes
31a7e06
 
 
 
8fb1e88
1
2
3
4
5
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();