Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
|
4 |
app = FastAPI()
|
5 |
|
6 |
-
pipe = pipeline("
|
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():
|