Switch from using install.py to including requirements.txt

This commit is contained in:
pharmapsychotic
2023-02-20 16:48:41 -06:00
parent 3c666ec33d
commit 187cffe463
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
import launch
if not launch.is_installed("clip-interrogator"):
launch.run_pip("install clip-interrogator==0.5.3", "requirements for CLIP Interrogator")