Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|