Web component embed of Gradio app from HF Space

hi @fabiochiu, indeed you’re right, I think there is is bug when using the gradio web-component since the WSS endpoint should be to the original hf.space. You can report on Issues · gradio-app/gradio · GitHub otherwise I can do that.

Meanwhile, you can use the iframe version

    <iframe
      src="https://fabiochiu-sentiment-analysis-demo.hf.space"
      frameborder="0"
      width="850"
      height="645"
    ></iframe>

Thanks