Simple HTML5/CSS3 signup form. Can be modified with JS to switch to login-form aswell!
A Pen by Aris Kuckovic on CodePen.
| """ | |
| Invode the conda environment gpt_neo_generation before running this file. | |
| Specify the prompt in prompt.txt | |
| """ | |
| from transformers import GPTNeoForCausalLM, GPT2Tokenizer | |
| import time | |
| def main(): | |
| start_time = time.time() |
| #!/usr/bin/env python | |
| # coding=utf-8 | |
| # Copyright 2018 Google AI, Google Brain and Carnegie Mellon University Authors and the HuggingFace Inc. team. | |
| # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| #!/usr/bin/env python | |
| # coding=utf-8 | |
| # Copyright 2020 The HuggingFace Inc. team. All rights reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |
Simple HTML5/CSS3 signup form. Can be modified with JS to switch to login-form aswell!
A Pen by Aris Kuckovic on CodePen.
Great landing page template for an ebook opt-in!
Utilized ReactJS and Bootstrap to create this landing page template.
Ebook cover designed by myself. See on Behance: https://www.behance.net/gallery/45033595/Ebook-Landing-Page
Feel free to invite to dribbble: https://dribbble.com/mikemang
| <ul> | |
| <li> | |
| <div class="details"> | |
| <h2>Nike Odyssey React Shield</h2> | |
| <p>$130</p> | |
| <p>$130</p> | |
| <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/nike01a.png"> | |
| <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/nike01b.png"> | |
| </div> | |
| </li> |
Fortnite Daily Itemshop
A Pen by Osvaldo Guzman Ayala on CodePen.