Spaces:
Running
Running
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Neural Coreference – Hugging Face</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
| <link rel="stylesheet" href="dist/style.css"> | |
| </head> | |
| <body> | |
| <div class="header"> | |
| <div class="input-wrapper"> | |
| <form class="js-form"> | |
| <div class="wrapper-inner"> | |
| <div class="input-message-wrapper"> | |
| <input class="input-message" type="text" name="text" placeholder="Your sentence here..." autocomplete="off" autofocus> | |
| </div> | |
| <button class="input-button c-input__button"> | |
| <svg aria-hidden="true" viewBox="0 0 20 20" width="20" height="20" fill="currentColor" class="o-icon c-input__button__icon"> | |
| <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/icons.svg#icon-search"></use> | |
| </svg> | |
| <svg aria-hidden="true" viewBox="0 0 20 20" width="20" height="20" fill="currentColor" class="o-icon c-input__button__spinner"> | |
| <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/icons.svg#icon-spinner"></use> | |
| </svg> | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| <div class="menu-button js-checkbox"> | |
| Debug | |
| <img class="svg-checkbox js-checkbox-off" src="assets/checkbox-off.svg"> | |
| <img class="svg-checkbox js-checkbox-on hide" src="assets/checkbox-on.svg"> | |
| </div> | |
| <div class="menu-button logo"> | |
| <a target="_blank" href="https://huggingface.co"> | |
| <img class="svg-logo" src="assets/icon.svg"> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="container-wrapper"> | |
| <svg class="svg-container"></svg> | |
| <div class="container"></div> | |
| </div> | |
| <script src="dist/script.js"></script> | |
| <script> | |
| (function() { | |
| if (window.location.hostname === 'localhost') { | |
| var s = document.createElement('script'); | |
| s.setAttribute('src', '//localhost:35729/livereload.js'); | |
| document.body.appendChild(s); | |
| } | |
| })(); | |
| </script> | |
| <script> | |
| if (window.location.hostname !== 'localhost') { | |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
| })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | |
| ga('create', 'UA-83738774-2', 'auto'); | |
| ga('send', 'pageview'); | |
| } | |
| </script> | |
| </body> | |
| </html> |