Debug
Build, push image, and notify Watchtower / build-image (push) Successful in 37s
Build, push image, and notify Watchtower / notify (push) Successful in 1m38s

This commit is contained in:
2026-07-23 16:05:48 +02:00
parent 526074aef2
commit 7eda438d45
+1
View File
@@ -31,6 +31,7 @@ os.makedirs(CAMERA_IMAGE_DIR, exist_ok=True)
@app.route("/")
def hello_world():
gen = generate(prompt="Say \"Hello, World!\"")
print(gen)
return f"<p>{gen}</p>"