Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,6 @@ generator = pipeline("text-generation", model="distilgpt2")
|
|
5 |
res = generator(
|
6 |
"In this course we will teach you how to",
|
7 |
max_length = 30,
|
8 |
-
num_return_sequence = 2
|
9 |
)
|
10 |
print(res)
|
|
|
5 |
res = generator(
|
6 |
"In this course we will teach you how to",
|
7 |
max_length = 30,
|
8 |
+
num_return_sequence = 2
|
9 |
)
|
10 |
print(res)
|