Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,8 @@ from transformers import pipeline
|
|
| 4 |
# ๐น ูู
ูุฐุฌ ุฎููู ู
ุฌุงูู ูุฏุนู
ุงูุนุฑุจูุฉ ููุนู
ู ุนูู CPU
|
| 5 |
generator = pipeline(
|
| 6 |
"text2text-generation",
|
| 7 |
-
model="bigscience/bloomz-
|
|
|
|
| 8 |
)
|
| 9 |
|
| 10 |
def inspire(future, value, skill):
|
|
|
|
| 4 |
# ๐น ูู
ูุฐุฌ ุฎููู ู
ุฌุงูู ูุฏุนู
ุงูุนุฑุจูุฉ ููุนู
ู ุนูู CPU
|
| 5 |
generator = pipeline(
|
| 6 |
"text2text-generation",
|
| 7 |
+
model="bigscience/bloomz-1b1"
|
| 8 |
+
|
| 9 |
)
|
| 10 |
|
| 11 |
def inspire(future, value, skill):
|