File size: 309 Bytes
53868aa
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

title="T5"

description="Gradio demo for T5"

examples=[["London, the capital of England and the United Kingdom, is a 21st-century city with history stretching back to Roman times."]]
gr.Interface.load("huggingface/t5-small",title=title,description=description,examples=examples).launch()