Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -532,12 +532,12 @@ seg_image_processor, image_segmentor = get_segmentation_pipeline()
|
|
532 |
depth_feature_extractor, depth_estimator = get_depth_pipeline()
|
533 |
depth_estimator = depth_estimator.to(device)
|
534 |
|
535 |
-
download_models()
|
536 |
-
lazy_realesrgan_x2 = LazyRealESRGAN(device, scale=2)
|
537 |
-
lazy_realesrgan_x4 = LazyRealESRGAN(device, scale=4)
|
538 |
|
539 |
-
lazy_pipe = LazyLoadPipeline()
|
540 |
-
lazy_pipe.load()
|
541 |
|
542 |
|
543 |
|
|
|
532 |
depth_feature_extractor, depth_estimator = get_depth_pipeline()
|
533 |
depth_estimator = depth_estimator.to(device)
|
534 |
|
535 |
+
#download_models()
|
536 |
+
#lazy_realesrgan_x2 = LazyRealESRGAN(device, scale=2)
|
537 |
+
#lazy_realesrgan_x4 = LazyRealESRGAN(device, scale=4)
|
538 |
|
539 |
+
#lazy_pipe = LazyLoadPipeline()
|
540 |
+
#lazy_pipe.load()
|
541 |
|
542 |
|
543 |
|