Spaces:
Runtime error
Runtime error
runtime error
Space not ready. Reason: Error, exitCode: 1, message: None
Container logs:
app.py:9: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead.
Resize((256, 256), Image.BICUBIC),
/home/user/.local/lib/python3.8/site-packages/torchvision/transforms/transforms.py:329: UserWarning: Argument 'interpolation' of type int is deprecated since 0.13 and will be removed in 0.15. Please use InterpolationMode enum.
warnings.warn(
Traceback (most recent call last):
File "app.py", line 14, in <module>
model = GeneratorUNet.from_pretrained('Guldeniz/pix2pix_maps')
File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/hub_mixin.py", line 192, in from_pretrained
config_file = hf_hub_download(
File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1136, in hf_hub_download
with open(ref_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.cache/huggingface/hub/models--Guldeniz--pix2pix_maps/refs/main'