geraskalnas commited on
Commit
d8bea92
1 Parent(s): e64c06c

Try t5 base

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -1,9 +1,8 @@
1
  import gradio as gr
2
- description = "BigGAN text-to-image demo."
3
- title = "BigGAN ImageNet"
4
- interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
5
  description=description,
6
- title = title,
7
- examples=[["american robin"]]
8
  )
9
  interface.launch()
 
1
  import gradio as gr
2
+ description = "Can summarize text in lithuanian language"
3
+ title = "t5-base-lithuanian-news-summaries-175"
4
+ interface = gr.Interface.load("huggingface/LukasStankevicius/t5-base-lithuanian-news-summaries-175",
5
  description=description,
6
+ title = title
 
7
  )
8
  interface.launch()