reiinakano / arbitrary-image-stylization-tfjs

Arbitrary style transfer using TensorFlow.js
https://reiinakano.github.io/arbitrary-image-stylization-tfjs/
Apache License 2.0
1.19k stars 214 forks source link

How to use Github Actions instead of Travis #46

Open xiaolangkong opened 2 years ago

xiaolangkong commented 2 years ago

Hello, I am new to github and tf.js

I forked this repo and am trying to use Github Actions instead of Travis since Travis-CI has changed, but the pages is perpetually loading the models - see https://xiaolangkong.github.io/arbitrary-image-stylization-tfjs/

Please help.

VadimRogo commented 1 year ago

Hi, just add dist/bundle.js into project, bundle.js you can find in sources of Demo site.