Schmip commited on
Commit
5a3321a
·
verified ·
1 Parent(s): b36f811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from transformers import pipeline
3
 
4
  app = FastAPI()
5
 
6
- pipe = pipeline("text2text-generation", model="google/flan-t5-small")
7
- #pipe = pipeline("text-generation", model="Kooten/Kunoichi-DPO-v2-7B-8bpw-exl2")
8
 
9
  @app.get("/")
10
  def home():
 
3
 
4
  app = FastAPI()
5
 
6
+ #pipe = pipeline("text2text-generation", model="google/flan-t5-small")
7
+ pipe = pipeline("text-generation", model="Kooten/Kunoichi-DPO-v2-7B-8bpw-exl2")
8
 
9
  @app.get("/")
10
  def home():