broadfield-dev commited on
Commit
bc221f8
·
verified ·
1 Parent(s): 799110a

Update blueprints/summarize.py

Browse files
Files changed (1) hide show
  1. blueprints/summarize.py +1 -1
blueprints/summarize.py CHANGED
@@ -80,7 +80,7 @@ def run_inference_logic(config):
80
  @summarize_bp.route('/', methods=['GET'])
81
  def index():
82
  """Renders the UI."""
83
- return render_template('sum_inference.html')
84
 
85
  @summarize_bp.route('/api/summarize', methods=['POST'])
86
  def api_summarize():
 
80
  @summarize_bp.route('/', methods=['GET'])
81
  def index():
82
  """Renders the UI."""
83
+ return render_template('inference.html')
84
 
85
  @summarize_bp.route('/api/summarize', methods=['POST'])
86
  def api_summarize():