I am trying to embed this space into a typedream website:
The space works correctly. However, I get the error:
Your space is on error, check its status on hf.co
I tried with a space I uploaded yesterday, and it throws no error.
I tried both resetting and restarting, but nothing changes.
I noticed spaces has been having problems in the past few days.
Hi @Michelangiolo !
I am able to embed your space with the following document
<!DOCTYPE html>
<html lang="en">
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.23.0/gradio.js"
></script>
<div>
<gradio-app space="goliathaiconsulting/upwork-freelancers"></gradio-app>
<gradio-app src="https://goliathaiconsulting-upwork-freelancers.hf.space"></gradio-app>
</div>
</html>
Very cool space by the way!
1 Like