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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -2,4 +2,7 @@ import gradio as gr
2
 
3
  title="T5"
4
 
5
- gr.Interface.load("huggingface/t5-base").launch()
 
 
 
 
2
 
3
  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()