Skip to content
Discussion options

You must be logged in to vote

I was able to successfully load their example app both using a script and an embed, using:

<iframe src="https://hf.space/embed/abidlabs/pytorch-image-classifier/+"></iframe>

<script type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.3.1/gradio.js">
</script>
<gradio-app space="abidlabs/pytorch-image-classifier"></gradio-app>

I am guessing that your url includes extraneous $ characters that should be removed:

<script type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.3.1/gradio.js">
</script>
<gradio-app space="ForBo7/FloodDetector"></gradio-app>

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ForBo7
Comment options

Answer selected by ForBo7
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants