VNEWS / _run.py
bep40's picture
Upload _run.py
ae1253e verified
Raw
History Blame
366 Bytes
from app_v2_entry import app # v5-stable inline bongda proxy
import logs_route # mount /logs and /logs.txt independent diagnostics page
# Load all patch layers: rewrite with slides/images + short video
try:
import ai_runtime_patch_fast
except Exception as e:
import logging
logging.getLogger("_run").error(f"ai_runtime_patch_fast import failed: {e}")