Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import uvicorn
|
|
8 |
|
9 |
app = FastAPI()
|
10 |
|
11 |
-
chatbot = pipeline(model="
|
12 |
|
13 |
def DS_chatbot(message,history):
|
14 |
conversation = chatbot(message)
|
|
|
8 |
|
9 |
app = FastAPI()
|
10 |
|
11 |
+
chatbot = pipeline(model="bluenguyen/movie_chatbot_large_v1")
|
12 |
|
13 |
def DS_chatbot(message,history):
|
14 |
conversation = chatbot(message)
|