akhaliq HF staff commited on
Commit
fdad498
1 Parent(s): 9412e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()