We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In basic_predict.html and in simple_predict.html, fetching javascripts for Cat and Firetruck classes give 403 error.
basic_predict.html
simple_predict.html
In other words, the default code in basic_predict.html is given below and runs fine:
<script language="javascript" type="text/javascript" src="https://storage.googleapis.com/quickdraw-models/sketchRNN/models/mosquito.gen.js"></script>
I get 200 for fetching mosquito.gen.js.
Whereas if I replace mosquito.gen.js with cat.gen.js like this:
<script language="javascript" type="text/javascript" src="https://storage.googleapis.com/quickdraw-models/sketchRNN/models/cat.gen.js"></script>
I get 403 error in debugger console for fetching cat.gen.js.
Same error happens in simple_predict.html for Cat and Firetruck.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
basic_predict.html
and insimple_predict.html
, fetching javascripts for Cat and Firetruck classes give 403 error.In other words, the default code in
basic_predict.html
is given below and runs fine:<script language="javascript" type="text/javascript" src="https://storage.googleapis.com/quickdraw-models/sketchRNN/models/mosquito.gen.js"></script>
I get 200 for fetching mosquito.gen.js.
Whereas if I replace mosquito.gen.js with cat.gen.js like this:
<script language="javascript" type="text/javascript" src="https://storage.googleapis.com/quickdraw-models/sketchRNN/models/cat.gen.js"></script>
I get 403 error in debugger console for fetching cat.gen.js.
Same error happens in
simple_predict.html
for Cat and Firetruck.The text was updated successfully, but these errors were encountered: