Schmip commited on
Commit
cdb681c
·
verified ·
1 Parent(s): acd6bd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  app = FastAPI()
5
 
6
- pipe = pipeline("text-generation", model="mistralai/Mistral-7B-v0.3")
7
 
8
  @app.get("/")
9
  def home():
 
3
 
4
  app = FastAPI()
5
 
6
+ pipe = pipeline("text2text", model="google/flan-t5-base")
7
 
8
  @app.get("/")
9
  def home():