Spaces:
Sleeping
Sleeping
Update blueprints/summarize.py
Browse files- 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('
|
| 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():
|