runtime error
/home/user/app /home/user/app/app.py:27: UserWarning: You have unused kwarg parameters in Image, please remove them: {'lable': 'icon'} iface = gr.Interface(fn=greet, inputs=gr.Image(lable='icon'), outputs="text") Running on local URL: http://0.0.0.0:7860 Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> iface.launch(share=True) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1857, 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...