Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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():
|