kasoumya commited on
Commit
b32bf91
·
verified ·
1 Parent(s): 2680bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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