Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ snapshot_download(
|
|
| 100 |
)
|
| 101 |
|
| 102 |
from pid._src.inference.checkpoint_registry import get_pid_checkpoint
|
| 103 |
-
from pid._src.inference.create_dataset import XtCaptureCallback
|
| 104 |
from pid._src.inference.pipeline_registry import (
|
| 105 |
decode_with_pipeline_vae,
|
| 106 |
extract_latent,
|
|
|
|
| 100 |
)
|
| 101 |
|
| 102 |
from pid._src.inference.checkpoint_registry import get_pid_checkpoint
|
| 103 |
+
#from pid._src.inference.create_dataset import XtCaptureCallback
|
| 104 |
from pid._src.inference.pipeline_registry import (
|
| 105 |
decode_with_pipeline_vae,
|
| 106 |
extract_latent,
|