RrDev commited on
Commit
03e442a
·
1 Parent(s): 63903e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )