Deprecated dumb story ML stuff, KISS and all.

This commit is contained in:
Aaron D. Lee
2025-12-27 17:38:08 -05:00
parent 9c7a898a71
commit dfb8fb4f6e
2 changed files with 1 additions and 1 deletions

2
app.py
View File

@@ -25,7 +25,7 @@ from flask import Flask, render_template, request, send_file, jsonify, flash, re
from werkzeug.utils import secure_filename
from PIL import Image
from secureDeleter import SecureDeleter
from story_generator import generate_all_stories, HAS_ML
#from story_generator import generate_all_stories, HAS_ML
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
from cryptography.hazmat.backends import default_backend