runtime error
/home/user/app/app.py:54: GradioDeprecationWarning: `layout` parameter is deprecated, and it has no effect iface = gr.Interface( /home/user/app/app.py:54: GradioDeprecationWarning: `enable_queue` is deprecated in `Interface()`, please use it within `launch()` instead. iface = gr.Interface( /home/user/.local/lib/python3.10/site-packages/gradio/interface.py:332: 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 76, in <module> iface.launch(auth=list(user_credentials.keys()), *list(user_credentials.values())) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1924, 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...