CaptMetal commited on
Commit
35740c0
·
verified ·
1 Parent(s): 0ea0063

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -3,7 +3,7 @@ from pydantic import BaseModel
3
  from transformers import pipeline
4
 
5
  app = FastAPI()
6
- chatbot = pipeline("conversational", model="yourusername/your-model-name")
7
 
8
  class Message(BaseModel):
9
  text: str
 
3
  from transformers import pipeline
4
 
5
  app = FastAPI()
6
+ chatbot = pipeline("conversational", model="CaptMetal/BuddAi")
7
 
8
  class Message(BaseModel):
9
  text: str