Prince03Raval commited on
Commit
388e90e
·
verified ·
1 Parent(s): a5a620e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from fastapi.responses import JSONResponse
5
  import uvicorn
6
 
7
  # ===== Load the model =====
8
- model = pipeline("text-generation", model="facebook/blenderbot-400M-distill")
9
 
10
  # ===== Chat function =====
11
  def chat(message):
 
5
  import uvicorn
6
 
7
  # ===== Load the model =====
8
+ model = pipeline("text-generation", model="microsoft/DialoGPT-medium")
9
 
10
  # ===== Chat function =====
11
  def chat(message):