EngReem85 commited on
Commit
aa589c8
ยท
verified ยท
1 Parent(s): 0fd6695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from transformers import pipeline
4
  # ๐Ÿ”น ู†ู…ูˆุฐุฌ ุฎููŠู ู…ุฌุงู†ูŠ ูŠุฏุนู… ุงู„ุนุฑุจูŠุฉ ูˆูŠุนู…ู„ ุนู„ู‰ CPU
5
  generator = pipeline(
6
  "text2text-generation",
7
- model="bigscience/bloomz-560m"
 
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):