runtime error

Space failed. Exit code: 1. Reason: /app.py:109: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components input_image1 = gr.inputs.Image(type="filepath", label="上传图片1") /home/user/app/app.py:109: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect input_image1 = gr.inputs.Image(type="filepath", label="上传图片1") type: <class 'gradio.inputs.Image'> /home/user/app/app.py:112: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components input_image2 = gr.inputs.Image(type="filepath", label="上传图片2") /home/user/app/app.py:112: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect input_image2 = gr.inputs.Image(type="filepath", label="上传图片2") /home/user/app/app.py:114: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components output_text1 = gr.outputs.Textbox(label="识别的文字") /home/user/app/app.py:115: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components output_text2 = gr.outputs.Textbox(label="GhatGPT文字") /home/user/.local/lib/python3.10/site-packages/gradio/interface.py:328: UserWarning: The `allow_flagging` parameter in `Interface` nowtakes a string value ('auto', 'manual', or 'never'), not a boolean. Setting parameter to: 'never'. warnings.warn( Running on local URL: http://0.0.0.0:7860 Traceback (most recent call last): File "/home/user/app/app.py", line 121, in <module> iface.launch(share=True, debug = True) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1993, 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...