Spaces:
Sleeping
Sleeping
geraskalnas
commited on
Commit
•
d8bea92
1
Parent(s):
e64c06c
Try t5 base
Browse files
app.py
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
-
description = "
|
3 |
-
title = "
|
4 |
-
interface = gr.Interface.load("huggingface/
|
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()
|