Spaces:
Sleeping
Sleeping
InstantID For retaining facial identity
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ sys.path.append(os.path.join(instantid_path, "pipelines"))
|
|
| 33 |
|
| 34 |
#sys.path.append(os.path.abspath("instantid"))
|
| 35 |
#sys.path.insert(0, os.path.join(os.getcwd(), 'InstantID'))
|
| 36 |
-
try
|
| 37 |
from pipelines.pipeline_instantid import InstantIDPipeline
|
| 38 |
print("✅ InstantIDPipeline imported successfully.")
|
| 39 |
except Exception as e:
|
|
|
|
| 33 |
|
| 34 |
#sys.path.append(os.path.abspath("instantid"))
|
| 35 |
#sys.path.insert(0, os.path.join(os.getcwd(), 'InstantID'))
|
| 36 |
+
try:
|
| 37 |
from pipelines.pipeline_instantid import InstantIDPipeline
|
| 38 |
print("✅ InstantIDPipeline imported successfully.")
|
| 39 |
except Exception as e:
|