Implement click indicator with red circle display; update server run parameters

This commit is contained in:
2025-05-19 09:00:39 +02:00
parent 41f7d0e210
commit 66330bfc73
3 changed files with 31 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from flask import Flask, request, jsonify
import os, ai.processor
from dotenv import load_dotenv
import io
from PIL import ImageGrab
from PIL import ImageGrab # type: ignore
load_dotenv()