creative-writing-with-gpt2
creative-writing-with-gpt2 copied to clipboard
[Suggestion] Use javascript UI in Colab
I have a Colab Notebook repo that proves it is possible to communicate to GPT-2 via HTML+JS output: repo, notebook

I actually came to use it a lot in my experiments. Above all, the snippet is resilient to runtime disconnects.
Hello @gpt2ent - thank you for the PR, sorry it took me so long. Looks interesting!
In GPT2_with_Javascript_interface_POC.ipynb, you seem to be connecting to gpt-2-simple which is based on the Open AI models.
I'm using a thin wrapper around HuggingFace - would I need to write an interface to my HuggingFace wrapper to use your work?