raconteur25 commited on
Commit
4b40551
·
verified ·
1 Parent(s): fa23bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ Speak with the voice of a storm that does not beg the sky for mercy.
27
 
28
  generator = pipeline(
29
  "text-generation",
30
- model="gpt2-medium",
31
  max_length=300,
32
  temperature=0.7
33
  )
 
27
 
28
  generator = pipeline(
29
  "text-generation",
30
+ model="tiiuae/falcon-rw-1b",
31
  max_length=300,
32
  temperature=0.7
33
  )