Spaces:
Build error
Build error
Commit
·
34d8aae
1
Parent(s):
8439306
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ interface = gr.Interface.load("models/Einmalumdiewelt/T5-Base_GNAD",
|
|
14 |
max_length=200,
|
15 |
title=title,
|
16 |
description=description,
|
17 |
-
examples=examples)
|
18 |
|
19 |
interface.launch()
|
20 |
|
|
|
14 |
max_length=200,
|
15 |
title=title,
|
16 |
description=description,
|
17 |
+
examples="summarize: " + examples)
|
18 |
|
19 |
interface.launch()
|
20 |
|