Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ EXAMPLES = [
|
|
| 18 |
"Summarize this paragraph: “From Stettin in the Baltic to Trieste in the Adriatic, an iron curtain has descended across the Continent. Behind that line lie all the capitals of the ancient states of Central and Eastern Europe. Warsaw, Berlin, Prague, Vienna, Budapest, Belgrade, Bucharest and Sofia, all these famous cities and the populations around them lie in what I must call the Soviet sphere, and all are subject in one form or another, not only to Soviet influence but to a very high and in some cases increasing measure of control from Moscow",
|
| 19 |
"Explain how solar panels work in simple terms.",
|
| 20 |
"Translate this sentence into Basque: 'The sea is calm today.'",
|
| 21 |
-
"Write a noir-style intro for a detective in
|
| 22 |
]
|
| 23 |
|
| 24 |
# Load model/tokenizer on demand
|
|
|
|
| 18 |
"Summarize this paragraph: “From Stettin in the Baltic to Trieste in the Adriatic, an iron curtain has descended across the Continent. Behind that line lie all the capitals of the ancient states of Central and Eastern Europe. Warsaw, Berlin, Prague, Vienna, Budapest, Belgrade, Bucharest and Sofia, all these famous cities and the populations around them lie in what I must call the Soviet sphere, and all are subject in one form or another, not only to Soviet influence but to a very high and in some cases increasing measure of control from Moscow",
|
| 19 |
"Explain how solar panels work in simple terms.",
|
| 20 |
"Translate this sentence into Basque: 'The sea is calm today.'",
|
| 21 |
+
"Write a noir-style intro for a detective in Amara."
|
| 22 |
]
|
| 23 |
|
| 24 |
# Load model/tokenizer on demand
|