sdgzero2ai commited on
Commit
8cbe744
·
verified ·
1 Parent(s): 418fe27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
  # (Choose any model from https://huggingface.co/models)
6
  generator = pipeline(
7
  "text-generation",
8
- model="bigscience/bloom-560m", # Example smaller Bloom model
9
  max_length=100
10
  )
11
 
 
5
  # (Choose any model from https://huggingface.co/models)
6
  generator = pipeline(
7
  "text-generation",
8
+ model="EleutherAI/gpt-neo-1.3B", # Example smaller Bloom model
9
  max_length=100
10
  )
11