mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-10 12:41:16 +00:00
removed useless oks
This commit is contained in:
parent
12d074214f
commit
f0fff75083
4
app.py
4
app.py
@ -27,8 +27,6 @@ if not PackageManager.check_package_installed_with_version(
|
||||
PackageManager.install_or_update("ascii_colors")
|
||||
from ascii_colors import ASCIIColors
|
||||
|
||||
ASCIIColors.success("OK")
|
||||
|
||||
expected_pipmaster_version = "0.3.2"
|
||||
ASCIIColors.yellow(
|
||||
f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True
|
||||
@ -39,8 +37,6 @@ if not PackageManager.check_package_installed_with_version(
|
||||
PackageManager.install_or_update("pipmaster")
|
||||
import pipmaster as pm
|
||||
|
||||
ASCIIColors.success("OK")
|
||||
|
||||
|
||||
def animate(text: str, stop_event: threading.Event):
|
||||
animation = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏"
|
||||
|
Loading…
x
Reference in New Issue
Block a user