Hello @radames, thank you for the suggestions. I just tried the first option (load Space from a private Space), but the app throws this error if the source code Space is private:
File "/home/user/.local/lib/python3.8/site-packages/websockets/legacy/client.py", line 329, in handshake
raise InvalidStatusCode(status_code, response_headers)
websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 404
Maybe something change lately within Spaces?
I´m using Gradio Blocks instead of directly use gr.load(), according to their documentation. Would this cause the problem?