vasilee commited on
Commit
c21e320
·
1 Parent(s): 1e0c8f7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
 
7
  app = FastAPI()
8
 
9
- pipe_flan = pipeline("text2text-generation", model="google/flan-t5-large")
10
 
11
  @app.get("/infer_t5")
12
  def t5(input):
 
6
 
7
  app = FastAPI()
8
 
9
+ pipe_flan = pipeline("text2text-generation", model="reasonwang/flan-t5-xl-8bit")
10
 
11
  @app.get("/infer_t5")
12
  def t5(input):