File size: 309 Bytes
8408556 81a531d 8915b24 9412e1a fdad498 9412e1a |
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() |