AkshayaKeerthi commited on
Commit
5a18b7c
·
verified ·
1 Parent(s): 171e0e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from flask import Flask, render_template, request, jsonify
3
  from transformers import pipeline
4
 
5
  app = Flask(__name__)
6
- model = pipeline('conversational', model='facebook/blenderbot-400M-distill', revision='main')
7
 
8
  @app.route('/')
9
  def home():
 
3
  from transformers import pipeline
4
 
5
  app = Flask(__name__)
6
+ model = pipeline('conversational', model='microsoft/DialoGPT-small', revision='main')
7
 
8
  @app.route('/')
9
  def home():