Update app.py
Browse files
app.py
CHANGED
@@ -4,5 +4,5 @@ title="T5"
|
|
4 |
|
5 |
description="Gradio demo for T5"
|
6 |
|
7 |
-
examples="London, the capital of England and the United Kingdom, is a 21st-century city with history stretching back to Roman times."
|
8 |
gr.Interface.load("huggingface/t5-small",title=title,description=description,examples=examples).launch()
|
|
|
4 |
|
5 |
description="Gradio demo for T5"
|
6 |
|
7 |
+
examples=[["London, the capital of England and the United Kingdom, is a 21st-century city with history stretching back to Roman times."]]
|
8 |
gr.Interface.load("huggingface/t5-small",title=title,description=description,examples=examples).launch()
|