Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,7 @@ from transformers import pipeline
|
|
| 3 |
|
| 4 |
# Load instruction model
|
| 5 |
generator = pipeline(
|
| 6 |
-
"text2text-generation"
|
| 7 |
-
model="google/flan-t5-base"
|
| 8 |
)
|
| 9 |
|
| 10 |
|
|
|
|
| 3 |
|
| 4 |
# Load instruction model
|
| 5 |
generator = pipeline(
|
| 6 |
+
"text2text-generation"
|
|
|
|
| 7 |
)
|
| 8 |
|
| 9 |
|