Update app.py
Browse filespipe = pipeline("text-generation", model="Qwen/Qwen2-1.5B-Instruct")
app.py
CHANGED
@@ -8,7 +8,7 @@ from transformers import pipeline
|
|
8 |
app = FastAPI()
|
9 |
|
10 |
## Initiate the text generation pipeline
|
11 |
-
pipe = pipeline("text-generation", model="Qwen/Qwen2-1.5B-Instruct
|
12 |
|
13 |
|
14 |
@app.get("/")
|
|
|
8 |
app = FastAPI()
|
9 |
|
10 |
## Initiate the text generation pipeline
|
11 |
+
pipe = pipeline("text-generation", model="Qwen/Qwen2-1.5B-Instruct")
|
12 |
|
13 |
|
14 |
@app.get("/")
|