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

Update app.py

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