Hi, my gradio app is working well locally but not when deployed on spaces. I got a ConnectTimeoutError:
It seems like It can not connect to our model server, which connects to the internet normally. I don’t know whether I set the launch configuration right. I have tried
launch()
or launch(debug=True, server_name='0.0.0.0', server_port=7860)
, but none of this worked.Can someone help me fix this. I appreciate your feedbacks.