boadisamson commited on
Commit
d515ac1
·
verified ·
1 Parent(s): c379e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from fastapi import FastAPI
2
  # Use a pipeline as a high-level helper
3
  from transformers import pipeline
4
 
5
- pipe = pipeline("text-generation", model="microsoft/phi-4", trust_remote_code=True)
6
 
7
  app = FastAPI()
8
 
 
2
  # Use a pipeline as a high-level helper
3
  from transformers import pipeline
4
 
5
+ pipe = pipeline("text-generation", model="meta-llama/Llama-3.1-8B-Instruct")
6
 
7
  app = FastAPI()
8