Parthebhan commited on
Commit
ed27dc2
·
verified ·
1 Parent(s): e114712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ app=FastAPI()
8
 
9
 
10
  # Initialize the text generation pipeline
11
- pipe = pipeline("text-generation", model="google/flan-t5-large")
12
 
13
 
14
  @app.get("/")
 
8
 
9
 
10
  # Initialize the text generation pipeline
11
+ pipe = pipeline("text-generation", model="google/flan-t5-small")
12
 
13
 
14
  @app.get("/")