runtime error

Space failed. Exit code: 1. Reason: /home/user/app/app.py:23: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components image = gr.inputs.Image(shape=(192, 192)) /home/user/app/app.py:23: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect image = gr.inputs.Image(shape=(192, 192)) /home/user/app/app.py:24: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components label = gr.outputs.Label() /home/user/app/app.py:24: GradioUnusedKwargWarning: You have unused kwarg parameters in Label, please remove them: {'type': 'auto'} label = gr.outputs.Label() Caching examples at: '/home/user/app/gradio_cached_examples/11' Caching example 1/2 ā–ˆ |----------------------------------------| 0.00% [0/1 00:00<?] |ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 100.00% [1/1 00:00<00:00] Caching example 2/2 ā–ˆ |----------------------------------------| 0.00% [0/1 00:00<?] |ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 100.00% [1/1 00:00<00:00] Caching complete Running on local URL: http://0.0.0.0:7860 Traceback (most recent call last): File "/home/user/app/app.py", line 27, in <module> intf.launch(inline=False, share=True) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1929, in launch raise RuntimeError("Share is not supported when you are in Spaces") RuntimeError: Share is not supported when you are in Spaces

Container logs:

Fetching error logs...