mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-16 23:08:51 +00:00
fixed media
This commit is contained in:
parent
343921b606
commit
3c060dcc45
@ -13,7 +13,7 @@ if not PackageManager.check_package_installed("pygame"):
|
||||
else:
|
||||
import pygame
|
||||
import threading
|
||||
if not PackageManager.check_package_installed("opencv-python"):
|
||||
if not PackageManager.check_package_installed("cv2"):
|
||||
PackageManager.install_package("opencv-python")
|
||||
import cv2
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user