Last active
April 8, 2018 03:26
-
-
Save rish-16/748be50a5064cbdc84b21d8e9dc0fb68 to your computer and use it in GitHub Desktop.
Basic HTML template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>TensorFlow Demo!</title> | |
| <meta charset='uft-8'> | |
| <script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]"></script> | |
| <script src="TF.js"></script> | |
| <head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment