Spaces:
Running
on
Zero
Critical Error , Failed Cloning repository
When I try to clone the repository to deploy it on a dedicated space on huggingface with dedicated hardware, it fails with the following errors:
===== Application Startup at 2025-03-26 16:51:52 =====
[SPARSE] Backend: spconv, Attention: flash_attn
Caching examples at: '/home/user/app/gradio_cached_examples/44'
Caching example 1/41
Traceback (most recent call last):
File "/home/user/app/app.py", line 319, in
examples = gr.Examples(
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/helpers.py", line 81, in create_examples
examples_obj.create()
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/helpers.py", line 340, in create
self._start_caching()
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/helpers.py", line 391, in _start_caching
client_utils.synchronize_async(self.cache)
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio_client/utils.py", line 855, in synchronize_async
return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/fsspec/asyn.py", line 103, in sync
raise return_result
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner
result[0] = await coro
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/helpers.py", line 517, in cache
prediction = await Context.root_block.process_api(
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/blocks.py", line 1935, in process_api
result = await self.call_function(
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread
return await future
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 967, in run
result = context.run(func, *args)
File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(*args, **kwargs)
File "/home/user/app/app.py", line 44, in preprocess_image
processed_image = pipeline.preprocess_image(image)
NameError: name 'pipeline' is not defined