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