Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
app = FastAPI()
|
5 |
|
6 |
#pipe = pipeline("text2text-generation", model="google/flan-t5-small")
|
7 |
-
pipe = pipeline("text-generation", model="
|
8 |
|
9 |
@app.get("/")
|
10 |
def home():
|
|
|
4 |
app = FastAPI()
|
5 |
|
6 |
#pipe = pipeline("text2text-generation", model="google/flan-t5-small")
|
7 |
+
pipe = pipeline("text-generation", model="MaziyarPanahi/Mistral-7B-Instruct-v0.3-GGUF")
|
8 |
|
9 |
@app.get("/")
|
10 |
def home():
|