deadshot2003 commited on
Commit
141466d
·
verified ·
1 Parent(s): 838de93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import uvicorn
8
 
9
  app = FastAPI()
10
 
11
- chatbot = pipeline(model="google/gemma-7b")
12
 
13
  def DS_chatbot(message,history):
14
  conversation = chatbot(message)
 
8
 
9
  app = FastAPI()
10
 
11
+ chatbot = pipeline(model="xiaohan1/gemma-7b-alpaca")
12
 
13
  def DS_chatbot(message,history):
14
  conversation = chatbot(message)