runtime error

Space failed. Exit code: 1. Reason: /home/user/.local/lib/python3.10/site-packages/gradio/interface.py:328: UserWarning: Currently, only the 'default' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") IMPORTANT: You are using gradio version 3.4.0, however version 3.14.0 is available, please upgrade. -------- Running on local URL: http://0.0.0.0:7860 Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> interface = gr.Interface(fn=classify_image, inputs=gr.Image(shape=(224, 224)), outputs="text").launch(debug=True, share=True) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1102, 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...