Spaces:
Runtime error
Runtime error
Commit
·
545cec7
1
Parent(s):
dd08ab3
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from transformers import pipeline
|
|
3 |
title= "German Flan-T5"
|
4 |
examples = [
|
5 |
["Erzähl mit eine Geschichte!",50,2,3,1,"Deutsch"],
|
|
|
6 |
["Please write a step by step recipe to make bolognese pasta!",50,2,3,2,"Englisch"]
|
7 |
]
|
8 |
|
|
|
3 |
title= "German Flan-T5"
|
4 |
examples = [
|
5 |
["Erzähl mit eine Geschichte!",50,2,3,1,"Deutsch"],
|
6 |
+
["Welche Blumen sollte man jemandem zum Valentinstag schenken?",50,1,0,1,"Deutsch"],
|
7 |
["Please write a step by step recipe to make bolognese pasta!",50,2,3,2,"Englisch"]
|
8 |
]
|
9 |
|