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

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("text2text-generation", model="google/flan-t5-small")
7
 
8
  @app.get("/")
9
  def home():
 
3
 
4
  app = FastAPI()
5
 
6
+ pipe = pipeline("text-generation", model="mistralai/Mistral-7B-v0.3")
7
 
8
  @app.get("/")
9
  def home():